Partager via


IVsDataConnection.CurrentThreadHasLock, propriété

Obtient une valeur indiquant si le thread actuel a un verrou sur l'objet de connexion de données.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property CurrentThreadHasLock As Boolean
bool CurrentThreadHasLock { get; }
property bool CurrentThreadHasLock {
    bool get ();
}
abstract CurrentThreadHasLock : bool with get
function get CurrentThreadHasLock () : boolean

Valeur de propriété

Type : Boolean
true si le thread actuel a un verrou sur l'objet de connexion de données ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnection Interface

Microsoft.VisualStudio.Data.Services, espace de noms