Initializes a new instance of the FakeSourceAttribute class.

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

Syntax

C#
public FakeSourceAttribute(
	string pathToSourceComponent
)
Visual Basic
Public Sub New ( _
	pathToSourceComponent As String _
)
Visual C++
public:
FakeSourceAttribute(
	String^ pathToSourceComponent
)

Parameters

pathToSourceComponent
Type: System..::..String
Name of a source component in a data flow to replace.

See Also