IDTSApplication100.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.
Closes a specified project.
public:
void CloseProject(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject);
[System.Runtime.InteropServices.DispId(68)]
public void CloseProject (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 pProject);
[<System.Runtime.InteropServices.DispId(68)>]
abstract member CloseProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 -> unit
Public Sub CloseProject (pProject As IDTSProject100)
Parameters
- pProject
- IDTSProject100
The project to be closed.
- Attributes