DataConnection.ReleaseExclusiveAccessProxy Method
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.
Releases an existing exclusive access proxy, as provided with a call to the GetExclusiveAccessProxy(Int32) method.
public:
abstract void ReleaseExclusiveAccessProxy();
public abstract void ReleaseExclusiveAccessProxy ();
abstract member ReleaseExclusiveAccessProxy : unit -> unit
Public MustOverride Sub ReleaseExclusiveAccessProxy ()
Exceptions
Access to this connection is not currently exclusive, or this thread is not the owner of the current exclusive access, or this object is not the current exclusive access proxy being used to access the connection.