OlapInfoCube.CubeName Property
Gets a String that represents the name of the cube that the OlapInfoCube represents.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property CubeName As String
Get
'Usage
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
Property Value
Type: System.String
A String that represents the name of the cube that the OlapInfoCube represents.