Gets the target package of the test.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public DtsPackage Package { get; private set; } |
| Visual Basic |
|---|
Public Property Package As DtsPackage Get Private Set |
| Visual C++ |
|---|
public: property DtsPackage^ Package { DtsPackage^ get (); private: void set (DtsPackage^ value); } |