Send feedback on this topic.
Teradata.Client.Provider
SyncRoot Property



Teradata.Client.Provider Namespace > TdParameterCollection Class : SyncRoot Property
Returns the object that is used to synchronize access to the TdParameterCollection.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property SyncRoot As Object
'Usage
 
Dim instance As TdParameterCollection
Dim value As Object
 
value = instance.SyncRoot
public override object SyncRoot {get;}
public:
property Object^ SyncRoot {
   Object^ get() override;
}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members