다음을 통해 공유


Project.SaveAs 메서드 (String)

Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub SaveAs ( _
    fileName As String _
)
‘사용 방법
Dim instance As Project 
Dim fileName As String

instance.SaveAs(fileName)
public void SaveAs(
    string fileName
)
public:
void SaveAs(
    String^ fileName
)
member SaveAs : 
        fileName:string -> unit
public function SaveAs(
    fileName : String
)

매개 변수

  • fileName
    유형: System.String
    The file to which to save the project.

참고 항목

참조

Project 클래스

SaveAs 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스