DataConnection.IsLockedForExclusiveAccess 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.
Retrieves a Boolean value indicating whether the current connection is locked by a client for exclusive access.
public:
abstract property bool IsLockedForExclusiveAccess { bool get(); };
public abstract bool IsLockedForExclusiveAccess { get; }
member this.IsLockedForExclusiveAccess : bool
Public MustOverride ReadOnly Property IsLockedForExclusiveAccess As Boolean
Property Value
Returns true if the specified connection is locked for exclusive access; otherwise returns false.