This topic has not yet been rated - Rate this topic

DrillThroughAction Class

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public sealed class DrillThroughAction : Action

The DrillThroughAction type exposes the following members.

  NameDescription
Public methodDrillThroughAction()Initializes a new instance of the DrillThroughAction class using the default values.
Public methodDrillThroughAction(String, String)Initializes a new instance of the DrillThroughAction class to the specified name and id.
Top
  NameDescription
Public propertyAnnotationsGets a collection within which you can store custom data. (Inherited from ModelComponent.)
Public propertyApplicationGets or sets a String that contains the application associated with the Action. (Inherited from Action.)
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyCaptionGets or sets the caption that is displayed for the Action. (Inherited from Action.)
Public propertyCaptionIsMdxGets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Inherited from Action.)
Public propertyColumnsGets the columns of the underlying data with their binding.
Public propertyConditionGets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Inherited from Action.)
Public propertyContainer (Inherited from Component.)
Public propertyDefaultGets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Public propertyDescription (Inherited from NamedComponent.)
Protected propertyDesignMode (Inherited from Component.)
Protected propertyEvents (Inherited from Component.)
Protected propertyFriendlyName (Inherited from NamedComponent.)
Public propertyID (Inherited from NamedComponent.)
Public propertyInvocationGets or sets the means by which an action is invoked. (Inherited from Action.)
Protected propertyKeyForCollection (Inherited from NamedComponent.)
Public propertyMaximumRows
Public propertyName (Inherited from NamedComponent.)
Public propertyOwningCollectionGets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.)
Public propertyParentGets the Cube object that is the parent of the Action object. (Inherited from Action.)
Public propertyParentDatabaseGets the ParentDatabase object that is the parent of the Action object's Cube object. (Inherited from Action.)
Public propertyParentServerGets the Server object that is the parent of the Action object. (Inherited from Action.)
Public propertySite (Inherited from NamedComponent.)
Public propertySiteID (Inherited from NamedComponent.)
Public propertyTargetGets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Inherited from Action.)
Public propertyTargetTypeGets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Inherited from Action.)
Public propertyTranslationsGets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Inherited from Action.)
Public propertyTypeGets or sets a type representing a form of the action. (Inherited from Action.)
Top
  NameDescription
Protected methodAddToContainerInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterInsertInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterMoveInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterRemoveInfrastructure. (Inherited from ModelComponent.)
Protected methodBeforeRemoveInfrastructure. (Inherited from ModelComponent.)
Public methodCloneReturns a full copy of current DrillThroughAction object. (Overrides Action.Clone().)
Protected methodCopyTo(Action)Copies an Action object to the specified object. (Inherited from Action.)
Public methodCopyTo(DrillThroughAction)Copies the current DrillThroughAction to an object, which is passed as a parameter.
Protected methodCopyTo(ModelComponent)Infrastructure. (Inherited from ModelComponent.)
Protected methodCopyTo(NamedComponent) (Inherited from NamedComponent.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose() (Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Protected methodGetService (Inherited from Component.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodRemoveFromContainerInfrastructure. (Inherited from ModelComponent.)
Protected methodReset (Inherited from NamedComponent.)
Public methodSubmit()Infrastructure. (Inherited from ModelComponent.)
Public methodSubmit(Boolean)Infrastructure. (Inherited from ModelComponent.)
Public methodToString (Inherited from NamedComponent.)
Public methodValidate(ValidationErrorCollection)Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.)
Public methodValidate(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.)
Public methodValidate(ValidationErrorCollection, Boolean, ServerEdition) (Inherited from Action.)
Top
  NameDescription
Public eventDisposed (Inherited from Component.)
Top

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.