InUse Property (DTS)

The InUse property specifies whether the connection is currently in use by a task.

Applies To
Connection Object  

Syntax

object.InUse

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

When an application calls Connection.AcquireConnection, InUse is set to True.

Data Type

Variant Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetInUse(VARIANT_BOOL *pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.