BackupSetCollection.SyncRoot Property

 

Applies To: SQL Server 2016 Preview

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

public object SyncRoot { get; }
public:
property Object^ SyncRoot {
    virtual Object^ get() sealed;
}
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Public ReadOnly Property SyncRoot As Object

Property Value

Type: System.Object

The object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

See Also

BackupSetCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top