Proprietà OlapInfo.CellInfo

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

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

OlapInfo Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient