The DataType property specifies the data type of a Column object.
Column Object |
object.DataType [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Column data type |
DTS column data types match those used in Microsoft® ActiveX® Data Objects (ADO), both in name and value, and OLE DB type identifiers (DBTYPE).
Long
Read/write
HRESULT GetDataType(LONG *pRetVal);
HRESULT SetDataType(LONG NewValue);