Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an SqlAssembly to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
sqlAssembly As SqlAssembly _
)
'Usage
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
)
Parameters
- sqlAssembly
Type: Microsoft.SqlServer.Management.Smo.SqlAssembly
SqlAssembly