add_output name c
Signature: name:string -> c:DfComponent -> DfComponent
|
Add a new output
|
add_outputs
Signature: string list -> DfComponent -> DfComponent
|
Add multiple outputs
|
clear_outputs c
Signature: c:DfComponent -> DfComponent
|
Remove all outputs
|
connect_input
Signature: DfComponent -> string -> DfComponent -> DfComponent
|
Connects two pipeline components
|
connect_input_by_name
Signature: string -> string -> DfComponent -> DfComponent
|
Connects two pipeline components
|
create name adapters
Signature: name:string -> adapters:(DfComponent -> DfComponent) list -> DfComponent
|
Create a new instance of a Multicast pipeline component and then apply a series of transformations
|
disconnect_input
Signature: DfComponent -> DfComponent
|
Removes the connection, if any
|
get
Signature: DfComponent -> unit
|
Alias for ingress
|
input_name
Signature: string
|
Defined name of the Multicast input. Has to match SSIS internals.
|
rename_output originalName newName c
Signature: originalName:string -> newName:string -> c:DfComponent -> DfComponent
|
Rename an existing output
|