DrillThroughAction Constructors

Definition

Overloads

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.

DrillThroughAction()

Initializes a new instance of the DrillThroughAction class using the default values.

public DrillThroughAction ();
Public Sub New ()

Applies to

DrillThroughAction(String, String)

Initializes a new instance of the DrillThroughAction class to the specified name and id.

public DrillThroughAction (string name, string id);
new Microsoft.AnalysisServices.DrillThroughAction : string * string -> Microsoft.AnalysisServices.DrillThroughAction
Public Sub New (name As String, id As String)

Parameters

name
String

A System.String with the name of the DrillThroughAction.

id
String

A System.String with the id of the DrillThroughAction.

Applies to