Propriedade do RDL TableNotificationCollection.ICollection.SyncRoot
Gets an object that can be used to synchronize access to the TableNotificationCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Uso
Dim instance As TableNotificationCollection
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: System.Object
An object that can be used to synchronize access to the TableNotificationCollection.