Condividi tramite


Classe DrillThroughAction

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo DrillThroughAction sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DrillThroughAction() () () () Initializes a new instance of the DrillThroughAction class using the default values.
Metodo pubblico DrillThroughAction(String, String) Initializes a new instance of the DrillThroughAction class to the specified name and id.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Application Gets or sets a String that contains the application associated with the Action. Ereditato da Action.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Caption Gets or sets the caption that is displayed for the Action. Ereditato da Action.
Proprietà pubblica CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. Ereditato da Action.
Proprietà pubblica Columns Gets the columns of the underlying data with their binding.
Proprietà pubblica Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. Ereditato da Action.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Default Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Proprietà pubblica Description Ereditato da NamedComponent.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà protetta Events Ereditato da Component.
Proprietà protetta FriendlyName Ereditato da NamedComponent.
Proprietà pubblica ID Ereditato da NamedComponent.
Proprietà pubblica Invocation Gets or sets the means by which an action is invoked. Ereditato da Action.
Proprietà protetta KeyForCollection Ereditato da NamedComponent.
Proprietà pubblica MaximumRows
Proprietà pubblica Name Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the Cube object that is the parent of the Action object. Ereditato da Action.
Proprietà pubblica ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. Ereditato da Action.
Proprietà pubblica ParentServer Gets the Server object that is the parent of the Action object. Ereditato da Action.
Proprietà pubblica Site Ereditato da NamedComponent.
Proprietà pubblica SiteID Ereditato da NamedComponent.
Proprietà pubblica Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action.
Proprietà pubblica TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. Ereditato da Action.
Proprietà pubblica Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. Ereditato da Action.
Proprietà pubblica Type Gets or sets a type representing a form of the action. Ereditato da Action.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Clone Returns a full copy of current DrillThroughAction object. Esegue l'override di Action. . :: . .Clone() () () ().
Metodo protetto CopyTo(Action) Copies an Action object to the specified object. Ereditato da Action.
Metodo pubblico CopyTo(DrillThroughAction) Copies the current DrillThroughAction to an object, which is passed as a parameter.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Ereditato da Action.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable. . :: . .Clone Ereditato da Action.
Implementazione esplicita dell'interfacciaMetodo privato IFormattable. . :: . .ToString Ereditato da NamedComponent.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent. . :: . .Host Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent. . :: . .FriendlyPath Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent. . :: . .OwningCollection Ereditato da ModelComponent.

In alto

Osservazioni

Nuovo: 17 luglio 2006

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.