次の方法で共有


SqlAssemblyCollection.Add メソッド

SqlAssembly をコレクションに追加します。

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

構文

'宣言
Public Sub Add ( _
    sqlAssembly As SqlAssembly _
)
'使用
Dim instance As SqlAssemblyCollection 
Dim sqlAssembly As SqlAssembly

instance.Add(sqlAssembly)
public void Add(
    SqlAssembly sqlAssembly
)
public:
void Add(
    SqlAssembly^ sqlAssembly
)
member Add : 
        sqlAssembly:SqlAssembly -> unit
public function Add(
    sqlAssembly : SqlAssembly
)

パラメーター

使用例

コレクションの使用

関連項目

参照

SqlAssemblyCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間