Classe DrillThroughAction

Defines an action that returns the underlying data to a calculated or aggregated value.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")> _
Public NotInheritable Class DrillThroughAction _
    Inherits Action
'Utilisation
Dim instance As DrillThroughAction
[GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public sealed class DrillThroughAction : Action
[GuidAttribute(L"EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public ref class DrillThroughAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")>]
type DrillThroughAction =  
    class 
        inherit Action 
    end
public final class DrillThroughAction extends Action

Le type DrillThroughAction expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DrillThroughAction() Initializes a new instance of the DrillThroughAction class using the default values.
Méthode publique DrillThroughAction(String, String) Initializes a new instance of the DrillThroughAction class to the specified name and id.

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 Columns Gets the columns of the underlying data with their binding.
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 Default Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Propriété publique Description Gets or sets the description of the component. (hérité de NamedComponent.)
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 MaximumRows Gets the maximum numbers of rows of the underlying data with their binding.
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 Returns a full copy of current DrillThroughAction object. (remplace Action.Clone().)
Méthode publique CopyTo Copies the current DrillThroughAction to an object, which is passed as a parameter.
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) Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (hérité de Action.)

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

Notes

Nouveau :   17 juillet 2006

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