Project.SaveTo 메서드 (String)
Saves the project to the specified file. Unlike SaveAs, project storage is not changed after saving.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub SaveTo ( _
fileName As String _
)
‘사용 방법
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
)
매개 변수
- fileName
유형: System.String
The file to which to save the project.