Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Saves the project to the specified file. Unlike SaveAs, project storage is not changed after saving.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub SaveTo ( _
fileName As String _
)
'Utilisation
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
)
Paramètres
- fileName
Type : System.String
The file to which to save the project.