Class ControlFlowTask

Implements
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
    public abstract class ControlFlowTask : LoggableTask, ILoggableTask

Properties

ConnectionManager

Declaration
    public virtual IConnectionManager ConnectionManager { get; set; }
Property Value
TypeDescription
IConnectionManager

ConnectionType

Declaration
    public ConnectionType ConnectionType { get; }
Property Value
TypeDescription
ConnectionType

DbConnectionManager

Declaration
    protected virtual IConnectionManager DbConnectionManager { get; }
Property Value
TypeDescription
IConnectionManager

QB

Declaration
    public string QB { get; }
Property Value
TypeDescription
string

QE

Declaration
    public string QE { get; }
Property Value
TypeDescription
string

Implements