Share via


DTP_VARIANT Members

Include Protected Members
Include Inherited Members

Specifies the data type of the column. This is a value from the DataType enumeration that determines the type of DTP_VARIANT structure stored in each cell of this column.

The DTP_VARIANT type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from ValueType.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from ValueType.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from ValueType.)

Top

Fields

  Name Description
Public field dwLength Represents an unsigned integer that contains the length of the data in the union.
Public field u Contains the data union.
Public field vt Represents an enumeration of the DataType.

Top