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

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

名前空間:  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 Level(name, id)
public Level(
    string name,
    string id
)
public:
Level(
    String^ name, 
    String^ id
)
new : 
        name:string * 
        id:string -> Level
public function Level(
    name : String, 
    id : String
)

パラメーター

関連項目

参照

Level クラス

Level オーバーロード

Microsoft.AnalysisServices 名前空間