Version

RemoteRequestType Enumeration

Specifies the supported rquest types sent to XMLA service.
Syntax
'Declaration
 
Public Enum RemoteRequestType 
   Inherits System.Enum
public enum RemoteRequestType : System.Enum 
Members
MemberDescription
DiscoverCatalogsIdentifies a request about physical attributes associated with catalogs accessible from the Olap service.
DiscoverCubesIdentifies a request about the structure of cubes accessible from the Olap service.
DiscoverDimensionsIdentifies a request about the shared and private dimensions accessible from the Olap service.
DiscoverHierarchiesIdentifies the request about each hierarchy within a particular dimension accessible from the Olap service.
DiscoverKpisIdentifies a request about the KPis accessible from the Olap service.
DiscoverLevelsIdentifies a request about each level within a particular hierarchy accessible from the Olap service.
DiscoverMeasureGroupDimensionsIdentifies a request about the dimensions of measure groups accessible from the Olap service.
DiscoverMeasureGroupsIdentifies a request about the measure groups accessible from the Olap service.
DiscoverMeasuresIdentifies a request about each measure within a cube accessible from the Olap service.
DiscoverMembersIdentifies a request about the members accessible from the Olap service.
ExecuteStatementIdentifies a request that sends XMLA commands to XMLA service.
Requirements

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

See Also

View on GitHub