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.