Поделиться через


Свойство ObjectReference.CubeID

Gets or sets the identifier for the cube in which the object resides.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property CubeID As String 
    Get 
    Set
'Применение
Dim instance As ObjectReference 
Dim value As String 

value = instance.CubeID

instance.CubeID = value
public string CubeID { get; set; }
public:
property String^ CubeID {
    String^ get ();
    void set (String^ value);
}
member CubeID : string with get, set
function get CubeID () : String 
function set CubeID (value : String)

Значение свойства

Тип: System.String
A cube identifier.

См. также

Справочник

ObjectReference Класс

Пространство имен Microsoft.AnalysisServices