Gets a parent package of this executable.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public DtsPackage GetParentPackage()
Visual Basic
Public Function GetParentPackage As DtsPackage
Visual C++
public:
DtsPackage^ GetParentPackage()

Return Value

An instance of DtsPackage.

See Also