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)

Syntax

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

Remarks

New: 17 July 2006

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.