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

指定したデータベースで、指定した名前を使用して SqlAssembly クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    database As Database, _
    name As String _
)
'使用
Dim database As Database 
Dim name As String 

Dim instance As New SqlAssembly(database, _
    name)
public SqlAssembly(
    Database database,
    string name
)
public:
SqlAssembly(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> SqlAssembly
public function SqlAssembly(
    database : Database, 
    name : String
)

パラメーター

使用例

メソッドの呼び出し

関連項目

参照

SqlAssembly クラス

SqlAssembly オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ASSEMBLY (Transact-SQL)