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()