ID Property

DTS Programming

DTS Programming

ID Property

The ID property returns a unique numeric identifier assigned to a connection.

Applies To
Connection Object Connection2 Object
Syntax

object.ID [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Unique numeric identifier assigned to a connection

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetID(LONG *pRetVal);

HRESULT SetID(LONG NewValue);

Remarks

Other Data Transformation Services (DTS) objects that use connections use the ID property to link to those connections.

See Also

ConnectionID Property

DestinationConnectionID Property

SourceConnectionID Property

SourceQueryConnectionID Property