Class DropTask<T>

Implements
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
    public abstract class DropTask<T> : ControlFlowTask, ILoggableTask where T : IfExistsTask, new()
Type Parameters
NameDescription
T

Properties

ON

Declaration
    public virtual ObjectNameDescriptor ON { get; }
Property Value
TypeDescription
ObjectNameDescriptor

ObjectName

Declaration
    public string ObjectName { get; set; }
Property Value
TypeDescription
string

Sql

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

Methods

Drop()

Declaration
    public void Drop()

DropIfExists()

Declaration
    public void DropIfExists()

Implements