Partilhar via


Método Project.SaveTo (String)

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

Project Classe

Sobrecarregado SaveTo

Namespace Microsoft.SqlServer.Dts.Runtime