Compartir a través de


ImpactDetailCollection.ICollection.SyncRoot Propiedad

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

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 ImpactDetailCollection 
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 ImpactDetailCollection.

Implementa

ICollection.SyncRoot

Vea también

Referencia

ImpactDetailCollection Clase

Espacio de nombres Microsoft.AnalysisServices