This topic has not yet been rated - Rate this topic

Project.SaveTo Method (String)

SQL Server 2012

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)
public void SaveTo(
	string fileName
)

Parameters

fileName
Type: System.String
The file to which to save the project.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.