Partager via


Propriété OlapInfoCube.CubeName

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CubeName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

OlapInfoCube Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient