CubeName propriété
Gets a String that represents the name of the cube that the OlapInfoCube represents.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans 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 la propriété
Type : System. . :: . .String
A String that represents the name of the cube that the OlapInfoCube represents.
Voir aussi