Gets a project that includes the package. If the package is not part of the project the value is null.

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

Syntax

C#
public DtsProject Project { get; internal set; }
Visual Basic
Public Property Project As DtsProject
	Get
	Friend Set
Visual C++
public:
property DtsProject^ Project {
	DtsProject^ get ();
	internal: void set (DtsProject^ value);
}

See Also