Project.Save 메서드
Saves the project to its corresponding storage. DtsException is thrown if the project doesn’t have corresponding storage.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub Save
‘사용 방법
Dim instance As Project
instance.Save()
public void Save()
public:
void Save()
member Save : unit -> unit
public function Save()