Creates a new instance of the Context class.

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

Syntax

C#
protected Context(
	DtsPackage package
)
Visual Basic
Protected Sub New ( _
	package As DtsPackage _
)
Visual C++
protected:
Context(
	DtsPackage^ package
)

Parameters

package
Type: SSIS.Test.Dts..::..DtsPackage
An instance of DtsPackage class.

See Also