Compartilhar via


Classe DrillThroughAction

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

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")> _
Public NotInheritable Class DrillThroughAction _
    Inherits Action
'Uso
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

O tipo DrillThroughAction expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DrillThroughAction() Initializes a new instance of the DrillThroughAction class using the default values.
Método público DrillThroughAction(String, String) Initializes a new instance of the DrillThroughAction class to the specified name and id.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade pública Application Gets or sets a String that contains the application associated with the Action. (Herdado de Action.)
Propriedade pública Caption Gets or sets the caption that is displayed for the Action. (Herdado de Action.)
Propriedade pública CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Herdado de Action.)
Propriedade pública Columns Gets the columns of the underlying data with their binding.
Propriedade pública Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Herdado de Action.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública Default Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Propriedade pública Description Gets or sets the description of the component. (Herdado de NamedComponent.)
Propriedade protegida FriendlyName Returns a user-friendly name. (Herdado de NamedComponent.)
Propriedade pública ID Gets or sets the identifier of the component. (Herdado de NamedComponent.)
Propriedade pública Invocation Gets or sets the means by which an action is invoked. (Herdado de Action.)
Propriedade protegida KeyForCollection Returns the key used in collections. (Herdado de NamedComponent.)
Propriedade pública MaximumRows Gets the maximum numbers of rows of the underlying data with their binding.
Propriedade pública Name Gets or sets the name of the component. (Herdado de NamedComponent.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the Cube object that is the parent of the Action object. (Herdado de Action.)
Propriedade pública ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. (Herdado de Action.)
Propriedade pública ParentServer Gets the Server object that is the parent of the Action object. (Herdado de Action.)
Propriedade pública Site Infraestrutura. Gets or sets the site of the component. (Herdado de NamedComponent.)
Propriedade pública SiteID Infraestrutura. Gets or sets the identifier for the site associated with the component. (Herdado de NamedComponent.)
Propriedade pública Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Herdado de Action.)
Propriedade pública TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Herdado de Action.)
Propriedade pública Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Herdado de Action.)
Propriedade pública Type Gets or sets a type representing a form of the action. (Herdado de Action.)

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Returns a full copy of current DrillThroughAction object. (Substitui Action.Clone().)
Método público CopyTo Copies the current DrillThroughAction to an object, which is passed as a parameter.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Returns a string containing the name of the component. (Herdado de NamedComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público 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. (Herdado de ModelComponent.)
Método público 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. (Herdado de Action.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates and returns a new object that is a copy of the current instance of the Action object. (Herdado de Action.)
Implementações de interfaces explícitasMétodo privado IFormattable.ToString Formats the value of the current instance using the specified format. (Herdado de NamedComponent.)
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Comentários

Novo:   17 de julho de 2006

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices