Compartir a través de


Project.SaveTo Método (String)

Saves the project to the specified file. Unlike SaveAs, project storage is not changed after saving.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub SaveTo ( _
    fileName As String _
)
'Uso
Dim instance As Project 
Dim fileName As String

instance.SaveTo(fileName)
public void SaveTo(
    string fileName
)
public:
void SaveTo(
    String^ fileName
)
member SaveTo : 
        fileName:string -> unit
public function SaveTo(
    fileName : String
)

Parámetros

  • fileName
    Tipo: System.String
    The file to which to save the project.

Vea también

Referencia

Project Clase

Sobrecarga de SaveTo

Espacio de nombres Microsoft.SqlServer.Dts.Runtime