Returns a type of elements of the dataset. Dimensionless.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElementType() As Integer |
[C#] |
---|
public int ElementType {get;} |
[Managed C++] |
---|
public: __property int get_ElementType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElementType( long * pVal ); |
[Java] |
---|
public int getElementType(); |