次の方法で共有


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

名前と識別子を使用して、Assembly クラスの新しいインスタンスを初期化します。

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

パラメーター

  • id
    型: System.String
    アセンブリの一意識別子を指定します。

関連項目

参照

Assembly クラス

Assembly オーバーロード

Microsoft.AnalysisServices 名前空間