IVsDataConnection.CurrentThreadHasLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.