Instructs the test engine to create a fake destination and replace the original destination component in a data flow.

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

Syntax

C#
public sealed class FakeDestinationAttribute : Attribute
Visual Basic
Public NotInheritable Class FakeDestinationAttribute _
	Inherits Attribute
Visual C++
public ref class FakeDestinationAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    SSIS.Test.Metadata..::..FakeDestinationAttribute

See Also