SqlAssemblyFile コンストラクター (SqlAssembly, String)
指定した名前を使用して、指定したアセンブリの SqlAssemblyFile クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
sqlAssembly As SqlAssembly, _
name As String _
)
'使用
Dim sqlAssembly As SqlAssembly
Dim name As String
Dim instance As New SqlAssemblyFile(sqlAssembly, _
name)
public SqlAssemblyFile(
SqlAssembly sqlAssembly,
string name
)
public:
SqlAssemblyFile(
SqlAssembly^ sqlAssembly,
String^ name
)
new :
sqlAssembly:SqlAssembly *
name:string -> SqlAssemblyFile
public function SqlAssemblyFile(
sqlAssembly : SqlAssembly,
name : String
)
パラメーター
- sqlAssembly
型: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssembly
アセンブリ ファイルを作成する対象のアセンブリを示す SqlAssembly オブジェクトです。
- name
型: System. . :: . .String
アセンブリ ファイルの名前を示す String 値です。