This document is archived and information here might be outdated. Recommended version. |
Indicates the type of data being defined.
[Visual Basic .NET] Public Property Type As enumColumnType
[C#] public enumColumnType Type {get; set;}
[C++]
HRESULT get_Type(
enumColumnType* pVal
);
[C++]
HRESULT put_Type(
enumColumnType pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type enumColumnType* pVal [in]
pVal is a parameter of type enumColumnType