Instructs the test engine to create a fake source and replace the original source 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 FakeSourceAttribute : Attribute
Visual Basic
Public NotInheritable Class FakeSourceAttribute _
	Inherits Attribute
Visual C++
public ref class FakeSourceAttribute sealed : public Attribute

Inheritance Hierarchy

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

See Also