DataType Property (DTS)

The DataType property specifies the data type of a Column object.

Applies To
Column Object  

Syntax

object.DataType [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Column data type

Remarks

DTS column data types match those used in Microsoft® ActiveX® Data Objects (ADO), both in name and value, and OLE DB type identifiers (DBTYPE).

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDataType(LONG *pRetVal);

HRESULT SetDataType(LONG NewValue);

  


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