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 Row Count pipeline component and then apply a series of transformations
|
disconnect_input
Signature: DfComponent -> DfComponent
|
Removes the connection, if any
|
get
Signature: DfComponent -> DfRowCountConfiguration
|
Alias for ingress
|
get_result_variable
Signature: DfComponent -> CfVariableRef
|
Get the variable to receive the row count result
|
input_name
Signature: string
|
Defined name of the Row Count input. Has to match SSIS internals.
|
output_name
Signature: string
|
Defined name of the Row Count output. Has to match SSIS internals.
|
set_result_variable v
Signature: v:CfVariableRef -> DfComponent -> DfComponent
|
Set the variable to receive the row count result
|