Partager via


Méthode Project.SaveAs (String)

Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub SaveAs ( _
    fileName As String _
)
'Utilisation
Dim instance As Project 
Dim fileName As String

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

Paramètres

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

Voir aussi

Référence

Project Classe

Surcharge SaveAs

Espace de noms Microsoft.SqlServer.Dts.Runtime