InUse Property

DTS Programming

DTS Programming

InUse Property

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

Applies To
Connection Object Connection2 Object
Syntax

object.InUse

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

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetInUse(VARIANT_BOOL *pRetVal);

Remarks

When an application calls the connection AcquireConnection method, the InUse property is set to TRUE.

See Also

AcquireConnection Method

ReleaseConnection Method