Partager via


Propriété OlapInfo.CellInfo

Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet.

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

Syntaxe

'Déclaration
Public ReadOnly Property CellInfo As CellInfo 
    Get
'Utilisation
Dim instance As OlapInfo 
Dim value As CellInfo 

value = instance.CellInfo
public CellInfo CellInfo { get; }
public:
property CellInfo^ CellInfo {
    CellInfo^ get ();
}
member CellInfo : CellInfo
function get CellInfo () : CellInfo

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.CellInfo
An CellInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.

Voir aussi

Référence

OlapInfo Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient