DrillThroughAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.