Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Closes a specified project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub CloseProject ( _
pProject As IDTSProject100 _
)
'Usage
Dim instance As ApplicationClass
Dim pProject As IDTSProject100
instance.CloseProject(pProject)
public virtual void CloseProject(
IDTSProject100 pProject
)
public:
virtual void CloseProject(
[InAttribute] IDTSProject100^ pProject
)
abstract CloseProject :
pProject:IDTSProject100 -> unit
override CloseProject :
pProject:IDTSProject100 -> unit
public function CloseProject(
pProject : IDTSProject100
)
Parameters
- pProject
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The project to be closed.
Implements
IDTSApplication100.CloseProject(IDTSProject100)