CubeName 属性
Gets a String that represents the name of the cube that the OlapInfoCube represents.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property CubeName As String
Get
用法
Dim instance As OlapInfoCube
Dim value As String
value = instance.CubeName
public string CubeName { get; }
public:
property String^ CubeName {
String^ get ();
}
member CubeName : string
function get CubeName () : String
属性值
类型:System. . :: . .String
A String that represents the name of the cube that the OlapInfoCube represents.