Condividi tramite


Proprietà OlapInfoCube.CubeName

Gets a String that represents the name of the cube that the OlapInfoCube represents.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CubeName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String that represents the name of the cube that the OlapInfoCube represents.

Vedere anche

Riferimento

OlapInfoCube Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient