Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets an instance of an OlapInfo class describing the CellSet.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property OlapInfo As OlapInfo
Get
'Usage
Dim instance As CellSet
Dim value As OlapInfo
value = instance.OlapInfo
public OlapInfo OlapInfo { get; }
public:
property OlapInfo^ OlapInfo {
OlapInfo^ get ();
}
member OlapInfo : OlapInfo
function get OlapInfo () : OlapInfo
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.OlapInfo
An OlapInfo describing the CellSet.