Propriedade do RDL OlapInfoCube.CubeName
Gets a String that represents the name of the cube that the OlapInfoCube represents.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property CubeName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A String that represents the name of the cube that the OlapInfoCube represents.