Freigeben über


BackupLocationCollection.ICollection.SyncRoot-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private ReadOnly Property SyncRoot As Object 
    Implements ICollection.SyncRoot 
    Get
'Usage
Dim instance As BackupLocationCollection 
Dim value As Object 

value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
    Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object 
private override SyncRoot : Object
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Object
Gets an object that can be used to synchronize access to the BackupLocationCollection.

Implementiert

ICollection.SyncRoot

Siehe auch

Verweis

BackupLocationCollection Klasse

Microsoft.AnalysisServices-Namespace