SourceConnectionID Property

DTS Programming

DTS Programming

SourceConnectionID Property

The SourceConnectionID property specifies the ID of the source connection.

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

object.SourceConnectionID [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Source connection ID

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceConnectionID(LONG *pRetVal);

HRESULT SetSourceConnectionID(LONG NewValue);

Remarks

This property is the linkage between a data pump task and the source Connection2 object.

See Also

Connection2 Object

DestinationConnectionID Property