Class CreateErrorTableTask
This task will create a table that can store exceptions (and information about the affected records)
that occur during a data flow execution
Inheritance
CreateErrorTableTask
Namespace: ETLBox.Logging
Assembly: ETLBox.Logging.dll
Syntax#
Constructors
CreateErrorTableTask()#
Declaration
CreateErrorTableTask(IConnectionManager, string)#
Declaration
Parameters
CreateErrorTableTask(string)#
Declaration
Parameters
Type | Name | Description |
---|
string | tableName | |
Properties
DropAndCreateTable#
Declaration
Property Value
TableName#
Declaration
Property Value
Methods
Create(IConnectionManager, string)#
Declaration
Parameters
Create(string)#
Declaration
Parameters
Type | Name | Description |
---|
string | tableName | |
DropAndCreate(IConnectionManager, string)#
Declaration
Parameters
DropAndCreate(string)#
Declaration
Parameters
Type | Name | Description |
---|
string | tableName | |
Execute()#
Declaration
Implements#