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.
Saves the project to its corresponding storage. DtsException is thrown if the project doesn’t have corresponding storage.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Save
'Usage
Dim instance As Project
instance.Save()
public void Save()
public:
void Save()
member Save : unit -> unit
public function Save()