C# Класс FdoToolbox.Core.ETL.Specialized.TableToFlatFile

A FdoFeatureTable to flat file data source conversion process
Наследование: FdoSpecializedEtlProcess
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TableToFlatFile ( FdoFeatureTable table, string file ) : System

Initializes a new instance of the TableToFlatFile class.

TableToFlatFile ( FdoFeatureTable table, string file, int reportFrequency ) : System

Initializes a new instance of the TableToFlatFile class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Initialize ( ) : void

Initializes this instance.

OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void

Called when a row is processed.

OnFinishedProcessing ( FdoOperationBase op ) : void

Called when this process has finished processing.

Описание методов

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

Initialize() защищенный Метод

Initializes this instance.
protected Initialize ( ) : void
Результат void

OnFeatureProcessed() защищенный Метод

Called when a row is processed.
protected OnFeatureProcessed ( FdoOperationBase op, FdoRow dictionary ) : void
op FdoToolbox.Core.ETL.Operations.FdoOperationBase The operation.
dictionary FdoRow The dictionary.
Результат void

OnFinishedProcessing() защищенный Метод

Called when this process has finished processing.
protected OnFinishedProcessing ( FdoOperationBase op ) : void
op FdoToolbox.Core.ETL.Operations.FdoOperationBase The op.
Результат void

TableToFlatFile() публичный Метод

Initializes a new instance of the TableToFlatFile class.
public TableToFlatFile ( FdoFeatureTable table, string file ) : System
table FdoToolbox.Core.Feature.FdoFeatureTable The table.
file string The file.
Результат System

TableToFlatFile() публичный Метод

Initializes a new instance of the TableToFlatFile class.
public TableToFlatFile ( FdoFeatureTable table, string file, int reportFrequency ) : System
table FdoToolbox.Core.Feature.FdoFeatureTable The table.
file string The file.
reportFrequency int The report frequency.
Результат System