Classe StandardAction
Represents any Action element other than a DrillThroughAction element or a ReportAction element. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Action
Microsoft.AnalysisServices.StandardAction
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")> _
Public NotInheritable Class StandardAction _
Inherits Action
'Utilizzo
Dim instance As StandardAction
[GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")]
public sealed class StandardAction : Action
[GuidAttribute(L"BE6D7E2F-AE93-4389-95C0-0B9689338C80")]
public ref class StandardAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")>]
type StandardAction =
class
inherit Action
end
public final class StandardAction extends Action
Nel tipo StandardAction sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
StandardAction() | Initializes a new instance of the StandardAction class using default values. | |
StandardAction(String, String) | Initializes a new instance of StandardAction by using a name and an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
Application | Gets or sets a String that contains the application associated with the Action. Ereditato da Action. | |
Caption | Gets or sets the caption that is displayed for the Action. Ereditato da Action. | |
CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. Ereditato da Action. | |
Condition | Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. Ereditato da Action. | |
Container | Ereditato da Component. | |
Description | Gets or sets the description of the component. Ereditato da NamedComponent. | |
Expression | Gets or sets an MDX Expression associated with a StandardAction object. | |
FriendlyName | Returns a user-friendly name. Ereditato da NamedComponent. | |
ID | Gets or sets the identifier of the component. Ereditato da NamedComponent. | |
Invocation | Gets or sets the means by which an action is invoked. Ereditato da Action. | |
KeyForCollection | Returns the key used in collections. Ereditato da NamedComponent. | |
Name | Gets or sets the name of the component. Ereditato da NamedComponent. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | Gets the Cube object that is the parent of the Action object. Ereditato da Action. | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object. Ereditato da Action. | |
ParentServer | Gets the Server object that is the parent of the Action object. Ereditato da Action. | |
Site | Infrastruttura. Gets or sets the site of the component. Ereditato da NamedComponent. | |
SiteID | Infrastruttura. Gets or sets the identifier for the site associated with the component. Ereditato da NamedComponent. | |
Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action. | |
TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action. | |
Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. Ereditato da Action. | |
Type | Gets or sets a type representing a form of the action. Ereditato da Action. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddToContainer | Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent. | |
AfterInsert | Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent. | |
AfterMove | Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent. | |
AfterRemove | Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent. | |
BeforeRemove | Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent. | |
Clone | Creates a new full copy of an object. Esegue l'override di Action.Clone(). | |
CopyTo | Copies a StandardAction object to the specified object. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose | Ereditato da Component. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent. | |
Submit() | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
ToString | Returns a string containing the name of the component. Ereditato da NamedComponent. | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent. | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. Ereditato da ModelComponent. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether the StandardAction object is valid. Esegue l'override di Action.Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of the Action object. Ereditato da Action. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. Ereditato da NamedComponent. | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent. | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. Ereditato da ModelComponent. | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. Ereditato da ModelComponent. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.