DrillThroughAction Class
Updated: May 24, 2016
Defines an action that returns the underlying data to a calculated or aggregated value.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::ModelComponent
Microsoft.AnalysisServices::NamedComponent
Microsoft.AnalysisServices::Action
Microsoft.AnalysisServices::DrillThroughAction
| Name | Description | |
|---|---|---|
![]() | DrillThroughAction() | Initializes a new instance of the DrillThroughAction class using the default values. |
![]() | DrillThroughAction(String^, String^) | Initializes a new instance of the DrillThroughAction class to the specified name and id. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets a collection within which you can store custom data.(Inherited from ModelComponent.) |
![]() | Application | |
![]() | Caption | |
![]() | CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.(Inherited from Action.) |
![]() | Columns | Gets the columns of the underlying data with their binding. |
![]() | Condition | |
![]() | Container | (Inherited from Component.) |
![]() | Default | Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined. |
![]() | Description | Gets or sets the description of the component.(Inherited from NamedComponent.) |
![]() | FriendlyName | Returns a user-friendly name.(Inherited from NamedComponent.) |
![]() | ID | Gets or sets the identifier of the component.(Inherited from NamedComponent.) |
![]() | Invocation | Gets or sets the means by which an action is invoked.(Inherited from Action.) |
![]() | KeyForCollection | Returns the key used in collections.(Inherited from NamedComponent.) |
![]() | MaximumRows | Gets the maximum numbers of rows of the underlying data with their binding. |
![]() | Name | Gets or sets the name of the component.(Inherited from NamedComponent.) |
![]() | OwningCollection | Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.) |
![]() | Parent | |
![]() | ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object.(Inherited from Action.) |
![]() | ParentServer | |
![]() | Site | Gets or sets the site of the component.(Inherited from NamedComponent.) |
![]() | SiteID | Gets or sets the identifier for the site associated with the component.(Inherited from NamedComponent.) |
![]() | Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.(Inherited from Action.) |
![]() | TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.(Inherited from Action.) |
![]() | Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression.(Inherited from Action.) |
![]() | Type | Gets or sets a type representing a form of the action.(Inherited from Action.) |
| Name | Description | |
|---|---|---|
![]() | AddToContainer(IContainer^) | Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.) |
![]() | AfterInsert(Int32) | Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.) |
![]() | AfterMove(Int32, Int32) | Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.) |
![]() | AfterRemove(ModelComponentCollection^) | Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.) |
![]() | BeforeRemove(Boolean) | Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.) |
![]() | Clone() | Returns a full copy of current DrillThroughAction object.(Overrides Action::Clone().) |
![]() | CopyTo(DrillThroughAction^) | Copies the current DrillThroughAction to an object, which is passed as a parameter. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | RemoveFromContainer(IContainer^) | Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.) |
![]() | Submit() | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | Submit(Boolean) | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | ToString() | Returns a string containing the name of the component.(Inherited from NamedComponent.) |
![]() | Validate(ValidationErrorCollection^) | Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from 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.(Inherited from ModelComponent.) |
![]() | 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.(Inherited from Action.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | |
![]() ![]() | IFormattable::ToString(String^, IFormatProvider^) | Formats the value of the current instance using the specified format.(Inherited from NamedComponent.) |
![]() ![]() | IHostableComponent::Host | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::FriendlyPath | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::OwningCollection | (Inherited from ModelComponent.) |
New: 17 July 2006
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







