次の方法で共有


Action コンストラクター (String, String)

名前および識別子を使用して、Action の新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Protected Sub New ( _
    name As String, _
    id As String _
)
'使用
Dim name As String 
Dim id As String 

Dim instance As New Action(name, id)
protected Action(
    string name,
    string id
)
protected:
Action(
    String^ name, 
    String^ id
)
new : 
        name:string * 
        id:string -> Action
protected function Action(
    name : String, 
    id : String
)

パラメーター

関連項目

参照

Action クラス

Action オーバーロード

Microsoft.AnalysisServices 名前空間