Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an Sql Assembly File to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
file As SqlAssemblyFile _
)
'Usage
Dim instance As SqlAssemblyFileCollection
Dim file As SqlAssemblyFile
instance.Add(file)
public void Add(
SqlAssemblyFile file
)
public:
void Add(
SqlAssemblyFile^ file
)
member Add :
file:SqlAssemblyFile -> unit
public function Add(
file : SqlAssemblyFile
)