CubeID 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.