Project.Save Método
Saves the project to its corresponding storage. DtsException is thrown if the project doesn’t have corresponding storage.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Sub Save
'Uso
Dim instance As Project
instance.Save()
public void Save()
public:
void Save()
member Save : unit -> unit
public function Save()