The InUse property specifies whether the connection is currently in use by a task.
Connection Object |
object.InUse
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
When an application calls Connection.AcquireConnection, InUse is set to True.
Variant Boolean
Read-only
HRESULT GetInUse(VARIANT_BOOL *pRetVal);