Freigeben über


IVsDataConnection.IsLocked-Eigenschaft

Ruft einen Wert ab, ob die aktuelle Datenverbindung gesperrt ist.

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

Syntax

'Declaration
ReadOnly Property IsLocked As Boolean
bool IsLocked { get; }
property bool IsLocked {
    bool get ();
}
abstract IsLocked : bool with get
function get IsLocked () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn Sie andernfalls false gesperrt werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataConnection Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace