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.