Returns the ID of the dimension.
Read-only property
[Visual Basic .NET] |
---|
Public Property Id() As Integer |
[C#] |
---|
public int Id {get;} |
[Managed C++] |
---|
public: __property int get_Id(); |
[Unmanaged C++] |
---|
public: HRESULT get_Id( long * pId ); |
[Java] |
---|
public int getId(); |