Invocation Element (ASSL)
Specifies how an Action should be invoked.
Sintassi
<Action>
...
<Invocation>...</Invocation>
...
</Action>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
String (enumeration) |
Default value |
Interactive |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child elements |
None |
Osservazioni
The invocation of an action depends on the client application. The Invocation element suggests to a client application how an action should be handled, and does not indicate to the instance of Microsoft SQL Server 2005 Analysis Services (SSAS) how to invoke an action.
The value of this element is limited to one of the strings in the following table.
Value | Description |
---|---|
Interactive |
Invoked interactively by the user. |
OnOpen |
Invoked when a client application opens the object. |
Batch |
Invoked by a batch processing command. |
The enumeration that corresponds to the allowed values for Invocation in the Analysis Management Objects (AMO) object model is Action.