Represents an Action that can be returned from the Server and run on the client.
The following tables list the members exposed by the Action type.
Protected Constructors
名称 | Description | |
---|---|---|
Action | Overloaded. Initializes a new instance of Action. |
顶部
Public Properties
(see also Protected Properties )
名称 | Description | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (inherited from ModelComponent) |
![]() |
Application | Gets or sets a String that contains the application associated with the Action. |
![]() |
Caption | Gets or sets the caption that is displayed for the Action. |
![]() |
CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. |
![]() |
Condition | Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. |
![]() |
Container | (inherited from Component ) |
![]() |
Description | (inherited from NamedComponent ) |
![]() |
ID | (inherited from NamedComponent ) |
![]() |
Invocation | Gets or sets the means by which an action is invoked. |
![]() |
Name | (inherited from NamedComponent ) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (inherited from ModelComponent) |
![]() |
Parent | Gets the Cube object that is the parent of the Action object. |
![]() |
ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object. |
![]() |
ParentServer | Gets the Server object that is the parent of the Action object. |
![]() |
Site | (inherited from NamedComponent ) |
![]() |
SiteID | (inherited from NamedComponent ) |
![]() |
Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. |
![]() |
TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. |
![]() |
Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. |
![]() |
Type | Gets or sets a type representing a form of the action. |
顶部
Protected Properties
名称 | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
![]() |
FriendlyName | (inherited from NamedComponent ) |
![]() |
KeyForCollection | (inherited from NamedComponent ) |
顶部
Public Methods
(see also Protected Methods )
名称 | Description | |
---|---|---|
![]() |
Clone | Creates a new full copy of an object. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Submit | Overloaded. (inherited from ModelComponent ) |
![]() |
ToString | (inherited from NamedComponent ) |
![]() |
Validate | Overloaded. |
顶部
Protected Methods
名称 | Description | |
---|---|---|
![]() |
AddToContainer | (inherited from ModelComponent ) |
![]() |
AfterInsert | (inherited from ModelComponent ) |
![]() |
AfterMove | (inherited from ModelComponent ) |
![]() |
AfterRemove | (inherited from ModelComponent ) |
![]() |
BeforeRemove | (inherited from ModelComponent ) |
![]() |
CopyTo | Overloaded. Creates a full copy of an object into the existing object that is passed as a parameter. |
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Finalize | (inherited from Component ) |
![]() |
GetService | (inherited from Component ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
![]() |
RemoveFromContainer | (inherited from ModelComponent ) |
![]() |
Reset | (inherited from NamedComponent ) |
顶部
Public Events
名称 | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component ) |
顶部
Explicit Interface Implementations
名称 | Description | |
---|---|---|
System.ICloneable.Clone | ||
System.IFormattable.ToString | (inherited from NamedComponent ) | |
Microsoft.AnalysisServices.Hosting.IHostableComponent.Host | (inherited from ModelComponent ) | |
Microsoft.AnalysisServices.IModelComponent.FriendlyPath | (inherited from ModelComponent ) | |
Microsoft.AnalysisServices.IModelComponent.OwningCollection | (inherited from ModelComponent ) |
顶部