다음을 통해 공유


CubeID 속성

Gets or sets the CubeID referenced in the binding.

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

구문

‘선언
Public Property CubeID As String
    Get
    Set
‘사용 방법
Dim instance As CubeAttributeBinding
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 String that contains the CubeID.