ActionType Enumeration

Defines the type of the Action property.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30")> _
Public Enumeration ActionType
[GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30")] 
public enum ActionType
[GuidAttribute(L"88E621E0-2F95-4eda-BBE8-550F24C76D30")] 
public enum class ActionType
/** @attribute GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30") */ 
public enum ActionType
GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30") 
public enum ActionType

Members

Member name Description
CommandLine Executes a command using CMD.exe.
Dataset Executes a Multidimensional Expressions (MDX) statement.
DrillThrough Executes a SQL Server 2005 Analysis Services(SSAS) MDX DrillThrough statement.
Html Renders an HTML script in an Internet browser.
Proprietary Executes an action for which the client application has custom, nongeneric knowledge of that action. Proprietary actions are not returned to the client application unless the client application explicitly asks for these by setting the appropriate restriction on the APPLICATION_NAME.
Report Sends a URL statement to SQL Server 2005 Reporting Services(SSRS).
Rowset Executes a Multidimensional Expressions (MDX) statement and results are to be presented as rowset.
Statement Executes a statement that is understood by client application.
Url Opens a URL string in an Internet browser.

주의

신규:2006년 7월 17일

Action is an abstract class. Classes derived from Action are DrillThroughAction, ReportAction, and StandardAction. The action types associated with each class are listed in the following table.

Class

Action Type

DrillThroughAction

DrillThrough

ReportAction

Report

StandardAction

CommandLine

Dataset

Html

Proprietary

Rowset

Statement

Url

Setting DrillThroughAction to a type other than DrillThrough generates an OperationException when the cube is updated. There is no compilation error for this mistake.

Setting ReportAction to a type other than Report generates an OperationException when the cube is updated. There is no compilation error for this mistake.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices Namespace