Freigeben über


AdomdParameterCollection.ICollection.IsSynchronized-Eigenschaft

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

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

Syntax

'Declaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Boolean
A false value indicating that access to this collection is synchronized (thread safe).

Implementiert

ICollection.IsSynchronized

Siehe auch

Verweis

AdomdParameterCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace