DrillThroughAction Constructor (String, String)
Initializes a new instance of the DrillThroughAction class to the specified name and id.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
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
)
Параметры
- name
A System.String with the name of the DrillThroughAction.
- id
A System.String with the id of the DrillThroughAction.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DrillThroughAction Class
DrillThroughAction Members
Microsoft.AnalysisServices Namespace