Class DropTask<T>
Inheritance
object
DropTask<T>
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public abstract class DropTask<T> : ControlFlowTask, ILoggableTask where T : IfExistsTask, new()
Type Parameters
Name | Description |
---|---|
T |
Properties
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
string |
ON
Declaration
public ObjectNameDescriptor ON { get; }
Property Value
Type | Description |
---|---|
ObjectNameDescriptor |
Sql
Declaration
public string Sql { get; }
Property Value
Type | Description |
---|---|
string |
TaskName
Declaration
public override string TaskName { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
Drop()
Declaration
public void Drop()
DropIfExists()
Declaration
public void DropIfExists()