Proprietà RestoreLocationCollection.ICollection.SyncRoot
Gets an object that can be used to synchronize access to the RestoreLocationCollection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Utilizzo
Dim instance As RestoreLocationCollection
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Object
An object that can be used to synchronize access to the RestoreLocationCollection.