Partilhar via


Método Project.Save

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 (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Sub Save
'Uso
Dim instance As Project

instance.Save()
public void Save()
public:
void Save()
member Save : unit -> unit
public function Save()

Consulte também

Referência

Project Classe

Namespace Microsoft.SqlServer.Dts.Runtime