Returns the dimension of elements of the dataset.
Read-only property
[Visual Basic .NET] |
---|
Public Property DimensionName() As String |
[C#] |
---|
public string DimensionName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DimensionName(); |
[Unmanaged C++] |
---|
public: HRESULT get_DimensionName( BSTR * pVal ); |
[Java] |
---|
public String getDimensionName(); |