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 String that contains a unique identifier for the cube.