Condividi tramite


Proprietà IVsDataConnection.CurrentThreadHasLock

Ottiene un valore che indica se il thread corrente è un blocco sull'oggetto connessione dati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
ReadOnly Property CurrentThreadHasLock As Boolean
bool CurrentThreadHasLock { get; }
property bool CurrentThreadHasLock {
    bool get ();
}
abstract CurrentThreadHasLock : bool
function get CurrentThreadHasLock () : boolean

Valore proprietà

Tipo: System.Boolean
true se il thread corrente è un blocco sull'oggetto connessione dati, in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataConnection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services