Instructs the test engine to create a data tap between two components 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 DataTapAttribute : Attribute
Visual Basic
Public NotInheritable Class DataTapAttribute _
	Inherits Attribute
Visual C++
public ref class DataTapAttribute sealed : public Attribute

Inheritance Hierarchy

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

See Also