'Declaration Public Enum RemoteRequestType Inherits System.Enum
public enum RemoteRequestType : System.Enum
Member | Description |
---|---|
DiscoverCatalogs | Identifies a request about physical attributes associated with catalogs accessible from the Olap service. |
DiscoverCubes | Identifies a request about the structure of cubes accessible from the Olap service. |
DiscoverDimensions | Identifies a request about the shared and private dimensions accessible from the Olap service. |
DiscoverHierarchies | Identifies the request about each hierarchy within a particular dimension accessible from the Olap service. |
DiscoverKpis | Identifies a request about the KPis accessible from the Olap service. |
DiscoverLevels | Identifies a request about each level within a particular hierarchy accessible from the Olap service. |
DiscoverMeasureGroupDimensions | Identifies a request about the dimensions of measure groups accessible from the Olap service. |
DiscoverMeasureGroups | Identifies a request about the measure groups accessible from the Olap service. |
DiscoverMeasures | Identifies a request about each measure within a cube accessible from the Olap service. |
DiscoverMembers | Identifies a request about the members accessible from the Olap service. |
ExecuteStatement | Identifies a request that sends XMLA commands to XMLA service. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub