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
)