DestinationColumns Property (DTS)

The DestinationColumns property specifies a DestinationColumns collection.

Applies To
Transformation Object  

Syntax

object.DestinationColumns

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

For the DestinationColumns collection, the name and ordinal are used. The order of columns in this collection determines the order of columns the transformation will see at the destination. The data pump exposes this ordered subset of the full destination column set to the transformation (for example, in the DTSDestination collection for a Microsoft® ActiveX® script transformation).

Data Type

Columns

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDestinationColumns(IDTSColumns **pRetVal);

See Also
Columns Collection SourceColumns Property

  


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