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
)
參數
- sqlAssembly
型別:Microsoft.SqlServer.Management.Smo.SqlAssembly
SqlAssembly