Initializes a new instance of the FakeDestinationAttribute class.

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

Syntax

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

Parameters

pathToDestinationComponent
Type: System..::..String
Name of a destination component in a data flow to replace.

See Also