共用方式為


SqlAssemblyCollection.Add 方法

Adds an SqlAssembly to the collection.

命名空間:  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 命名空間