Namespace: SSIS.Test.MetadataAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public DataTapAttribute(
string pathToSourceComponent,
string pathToDestinationComponent
) |
| Visual Basic |
|---|
Public Sub New ( _
pathToSourceComponent As String, _
pathToDestinationComponent As String _
) |
| Visual C++ |
|---|
public:
DataTapAttribute(
String^ pathToSourceComponent,
String^ pathToDestinationComponent
) |
Parameters
- pathToSourceComponent
- Type: System..::..String
Name of a source component in a data flow.
- pathToDestinationComponent
- Type: System..::..String
Name of a destination component in a data flow.
See Also