Condividi tramite


Metodo Project.Save

Saves the project to its corresponding storage. DtsException is thrown if the project doesn’t have corresponding storage.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub Save
'Utilizzo
Dim instance As Project

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

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime