Compartilhar via


Propriedade do RDL RoleMemberCollection.ICollection.IsSynchronized

Gets a value that indicates whether access to the RoleMemberCollection is synchronized.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Uso
Dim instance As RoleMemberCollection 
Dim value As Boolean 

value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool 
private override IsSynchronized : bool
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.Boolean
true if access to the RoleMemberCollection is synchronized; otherwise, false.

Implementa

ICollection.IsSynchronized

Consulte também

Referência

RoleMemberCollection Classe

Namespace Microsoft.AnalysisServices