Freigeben über


AdoDotNetConnectionProperties.ICollection.IsSynchronized-Eigenschaft

Ruft einen Wert ab, der angibt, ob auf die Verbindungseigenschaftenauflistung synchronisiert wird (threadsicher).

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get 
private override IsSynchronized : bool with get
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Eigenschaftswert

Typ: Boolean
Gibt true zurück, wenn der Zugriff zur Verbindungseigenschaftenauflistung synchronisiert wird (threadsicher).

Implementiert

ICollection.IsSynchronized

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionProperties Klasse

Microsoft.VisualStudio.Data.AdoDotNet-Namespace