MeasureGroupBinding.CubeID 속성

Gets or sets the cube associated with the binding.

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

구문

‘선언
Public Property CubeID As String 
    Get 
    Set
‘사용 방법
Dim instance As MeasureGroupBinding 
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 unique identifier for the cube.

참고 항목

참조

MeasureGroupBinding 클래스

Microsoft.AnalysisServices 네임스페이스