Aracılığıyla paylaş


PropertyCollection.SyncRoot Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property SyncRoot As Object
    Get
'Kullanım
Dim instance As PropertyCollection
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
abstract SyncRoot : Object
override SyncRoot : Object
final function get SyncRoot () : Object

Property Value

Type: System.Object
An Object system object value that specifies the object that is used to synchronize access to the collection.

Implements

ICollection.SyncRoot

Examples

Using Collections

See Also

Reference

PropertyCollection Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections