The ID property returns a unique numeric identifier assigned to a connection.
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 |
Long
Read/write
HRESULT GetID(LONG *pRetVal);
HRESULT SetID(LONG NewValue);
Other Data Transformation Services (DTS) objects that use connections use the ID property to link to those connections.