Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.