DrillThroughAction Constructor (String, String)
Initializes a new instance of the DrillThroughAction class to the specified name and id.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
id As String _
)
public DrillThroughAction (
string name,
string id
)
public:
DrillThroughAction (
String^ name,
String^ id
)
public DrillThroughAction (
String name,
String id
)
public function DrillThroughAction (
name : String,
id : String
)
Parameters
- name
A System.String with the name of the DrillThroughAction.
- id
A System.String with the id of the DrillThroughAction.
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 Class
DrillThroughAction Members
Microsoft.AnalysisServices Namespace