Project.SaveTo Method (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 (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SaveTo ( _
fileName As String _
)
'Usage
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
)
Parameters
- fileName
Type: System.String
The file to which to save the project.