CubeInfo propriété
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CubeInfo As CubeInfo
Get
'Utilisation
Dim instance As OlapInfo
Dim value As CubeInfo
value = instance.CubeInfo
public CubeInfo CubeInfo { get; }
public:
property CubeInfo^ CubeInfo {
CubeInfo^ get ();
}
member CubeInfo : CubeInfo
function get CubeInfo () : CubeInfo
Valeur de la propriété
Type : Microsoft.AnalysisServices.AdomdClient. . :: . .CubeInfo
An CubeInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.
Voir aussi