Class ControlFlowTask
Inheritance
System.Object
ControlFlowTask
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public abstract class ControlFlowTask : LoggableTask, ILoggableTask
Properties
ConnectionManager
Declaration
public virtual IConnectionManager ConnectionManager { get; set; }
Property Value
Type | Description |
---|---|
IConnectionManager |
ConnectionType
Declaration
public ConnectionManagerType ConnectionType { get; }
Property Value
Type | Description |
---|---|
ConnectionManagerType |
QB
Declaration
public string QB { get; }
Property Value
Type | Description |
---|---|
System.String |
QE
Declaration
public string QE { get; }
Property Value
Type | Description |
---|---|
System.String |