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
[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
/** @attribute GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874") */
public final class DrillThroughAction extends Action
GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")
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 Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DrillThroughAction Members
Microsoft.AnalysisServices Namespace