DestinationConnectionID Property (DTS)

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

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

See Also

SourceConnectionID Property

  


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