DB2®ParameterCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the DB2ParameterCollection.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property SyncRoot As Object
[C#]
public Object SyncRoot {get;}
[C++]
public: __property Object get_SyncRoot();
[JScript]
public final function get SyncRoot() : Object

Property value

An Object that can be used to synchronize access to the DB2ParameterCollection.