ColumnID Property

DTS Programming

DTS Programming

ColumnID Property

The ColumnID property specifies the column ID of a source or destination column.

Applies To
Column Object
Syntax

object.ColumnID [= value]

Part Description
object Expression that evaluates to a Column object
value Column identifier

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetColumnID(VARIANT *pRetVal);

HRESULT SetColumnID(VARIANT NewValue);

Remarks

The ColumnID property is typically the same as the column Name. The column Ordinal is a number that determines the position of the column in the column order.

See Also

Name Property

Ordinal Property