OlapInfoCube.CubeName Propiedad
Gets a String that represents the name of the cube that the OlapInfoCube represents.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A String that represents the name of the cube that the OlapInfoCube represents.