BaseTest class is abstract. Call this constructor from a derived class to properly initialize the instance.

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

Syntax

C#
protected BaseTest()
Visual Basic
Protected Sub New
Visual C++
protected:
BaseTest()

See Also