Ordinal Property (DTS)

The Ordinal property specifies the ordinal position of a column in a table or result set.

Applies To
Column Object  

Syntax

object.Ordinal [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Ordinal position of a column

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetOrdinal(LONG *pRetVal);

HRESULT SetOrdinal(LONG NewValue);

  


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