ReportAction 建構 (String, String)
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
id As String _
)
'用途
Dim name As String
Dim id As String
Dim instance As New ReportAction(name, id)
public ReportAction(
string name,
string id
)
public:
ReportAction(
String^ name,
String^ id
)
new :
name:string *
id:string -> ReportAction
public function ReportAction(
name : String,
id : String
)