Metodo Project.SaveTo (String)
Saves the project to the specified file. Unlike SaveAs, project storage is not changed after saving.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Sub SaveTo ( _
fileName As String _
)
'Utilizzo
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
)
Parametri
- fileName
Tipo: System.String
The file to which to save the project.