Compartilhar via


Propriedade do RDL AdomdParameterCollection.ICollection.IsSynchronized

Gets a value indicating whether access to the AdomdParameterCollection is synchronized (thread safe). Always returns false.

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

Sintaxe

'Declaração
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Uso
Dim instance As AdomdParameterCollection 
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
A false value indicating that access to this collection is synchronized (thread safe).

Implementa

ICollection.IsSynchronized

Consulte também

Referência

AdomdParameterCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient