DestinationConnectionID Property

DTS Programming

DTS Programming

DestinationConnectionID Property

The DestinationConnectionID property specifies the connection ID to use at the data destination.

Applies To
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object ParallelDataPumpTask Object
DataPumpTask Object  
Syntax

object.DestinationConnectionID [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Connection ID to use

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationConnectionID(LONG *pRetVal);

HRESULT SetDestinationConnectionID(LONG NewValue);

Remarks

The DestinationConnectionID property maps to the ID property of the connection.

See Also

ID Property

SourceConnectionID Property