ApplicationClass.CloseProject(IDTSProject100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void CloseProject(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSProject100 ^ pProject) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::CloseProject;
[System.Runtime.InteropServices.DispId(68)]
public virtual void CloseProject (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSProject100 pProject);
[<System.Runtime.InteropServices.DispId(68)>]
abstract member CloseProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSProject100 -> unit
override this.CloseProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSProject100 -> unit
Public Overridable Sub CloseProject (pProject As IDTSProject100)
Parameters
- pProject
- IDTSProject100
Implements
- Attributes