Class DropTask<T>
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public abstract class DropTask<T> : ControlFlowTask, ILoggableTask where T : IfExistsTask, new()
Type Parameters
Properties
ON
Declaration
public ObjectNameDescriptor ON { get; }
Property Value
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Sql
Declaration
public string Sql { get; }
Property Value
TaskName
A name to identify the task or component. Every component or task comes
with a default name that can be overwritten.
Declaration
public override string TaskName { get; set; }
Property Value
Overrides
Methods
Drop()
Declaration
DropIfExists()
Declaration
public void DropIfExists()
Implements