Compartir a través de


ICollection.SyncRoot Propiedad

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 DataItemCollection
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

Implementa

ICollection. . :: . .SyncRoot