ID Property (DTS)

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

Applies To
Connection 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);

  


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