Compartir a través de


OlapInfo.CellInfo Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property CellInfo As CellInfo 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

OlapInfo Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient