Partager via


Classe StandardAction

Represents any Action element other than a DrillThroughAction element or a ReportAction element. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Action
            Microsoft.AnalysisServices.StandardAction

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")> _
Public NotInheritable Class StandardAction _
    Inherits Action
'Utilisation
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

Le type StandardAction expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StandardAction() Initializes a new instance of the StandardAction class using default values.
Méthode publique StandardAction(String, String) Initializes a new instance of StandardAction by using a name and an identifier.

Haut de la page

Propriétés

  Nom Description
Propriété publique Annotations Gets a collection within which you can store custom data. (hérité de ModelComponent.)
Propriété publique Application Gets or sets a String that contains the application associated with the Action. (hérité de Action.)
Propriété publique Caption Gets or sets the caption that is displayed for the Action. (hérité de Action.)
Propriété publique CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (hérité de Action.)
Propriété publique Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (hérité de Action.)
Propriété publique Container (hérité de Component.)
Propriété publique Description Gets or sets the description of the component. (hérité de NamedComponent.)
Propriété publique Expression Gets or sets an MDX Expression associated with a StandardAction object.
Propriété protégée FriendlyName Returns a user-friendly name. (hérité de NamedComponent.)
Propriété publique ID Gets or sets the identifier of the component. (hérité de NamedComponent.)
Propriété publique Invocation Gets or sets the means by which an action is invoked. (hérité de Action.)
Propriété protégée KeyForCollection Returns the key used in collections. (hérité de NamedComponent.)
Propriété publique Name Gets or sets the name of the component. (hérité de NamedComponent.)
Propriété publique OwningCollection Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.)
Propriété publique Parent Gets the Cube object that is the parent of the Action object. (hérité de Action.)
Propriété publique ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. (hérité de Action.)
Propriété publique ParentServer Gets the Server object that is the parent of the Action object. (hérité de Action.)
Propriété publique Site Infrastructure. Gets or sets the site of the component. (hérité de NamedComponent.)
Propriété publique SiteID Infrastructure. Gets or sets the identifier for the site associated with the component. (hérité de NamedComponent.)
Propriété publique Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (hérité de Action.)
Propriété publique TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (hérité de Action.)
Propriété publique Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (hérité de Action.)
Propriété publique Type Gets or sets a type representing a form of the action. (hérité de Action.)

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. Adds a ModelComponent object to the specified container. (hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. Displays a ModelComponent object after added to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. Displays a ModelComponent object after moving to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. Displays a ModelComponentCollection after a ModelComponent object is removed. (hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. Removes the ModelComponent object before the cleanup. (hérité de ModelComponent.)
Méthode publique Clone Creates a new full copy of an object. (remplace Action.Clone().)
Méthode publique CopyTo Copies a StandardAction object to the specified object.
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode protégée RemoveFromContainer Infrastructure. Removes a ModelComponent object from the specified container. (hérité de ModelComponent.)
Méthode publique Submit() Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique ToString Returns a string containing the name of the component. (hérité de NamedComponent.)
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.)
Méthode publique 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. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the StandardAction object is valid. (remplace Action.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates and returns a new object that is a copy of the current instance of the Action object. (hérité de Action.)
Implémentation d'interface expliciteMéthode privée IFormattable.ToString Formats the value of the current instance using the specified format. (hérité de NamedComponent.)
Implémentation d'interface explicitePropriété privée IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (hérité de ModelComponent.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices