Assembly コンストラクター (String)
名前を使用して、Assembly クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Sub New ( _
name As String _
)
'使用
Dim name As String
Dim instance As New [Assembly](name)
protected Assembly(
string name
)
protected:
Assembly(
String^ name
)
new :
name:string -> Assembly
protected function Assembly(
name : String
)
パラメーター
- name
型: System. . :: . .String
アセンブリの名前を表す String です。