XmlaMessageCollection.ICollection.SyncRoot Propiedad
Gets an object that can be used to synchronize access to the XmlaMessageCollection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Uso
Dim instance As XmlaMessageCollection
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Object
An object that can be used to synchronize access to the XmlaMessageCollection.