Compartilhar via


Propriedade do RDL GroupCollection.ICollection.SyncRoot

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

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

Implementa

ICollection.SyncRoot

Consulte também

Referência

GroupCollection Classe

Namespace Microsoft.AnalysisServices