IVsDataConnection.CurrentThreadHasLock Property

Definition

Gets a value indicating whether the current thread has a lock on the data connection object.

public:
 property bool CurrentThreadHasLock { bool get(); };
public bool CurrentThreadHasLock { get; }
member this.CurrentThreadHasLock : bool
Public ReadOnly Property CurrentThreadHasLock As Boolean

Property Value

true if the current thread has a lock on the data connection object; otherwise, false.

Applies to