Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property CellInfo As CellInfo
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.CellInfo
An CellInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.