Перечисление ActionType
Defines the type of the Action property.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30")> _
Public Enumeration ActionType
'Применение
Dim instance As ActionType
[GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30")]
public enum ActionType
[GuidAttribute(L"88E621E0-2F95-4eda-BBE8-550F24C76D30")]
public enum class ActionType
[<GuidAttribute("88E621E0-2F95-4eda-BBE8-550F24C76D30")>]
type ActionType
public enum ActionType
Элементы
Имя элемента | Описание | |
---|---|---|
Url | Opens a URL string in an Internet browser. | |
Html | Renders an HTML script in an Internet browser. | |
Statement | Executes a statement that is understood by client application. | |
DrillThrough | Executes a Службы SQL Server 2005 Analysis Services (SSAS) MDX DrillThrough statement. | |
Dataset | Executes a Multidimensional Expressions (MDX) statement. | |
Rowset | Executes a Multidimensional Expressions (MDX) statement and results are to be presented as rowset. | |
CommandLine | Executes a command using CMD.exe. | |
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. |
Замечания
Добавления: 17 июля 2006 г.
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 |
---|---|
DrillThrough |
|
Report |
|
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.