예제 #1
0
 /// <summary>
 /// Called when this process has finished processing.
 /// </summary>
 /// <param name="op">The op.</param>
 protected override void OnFinishedProcessing(FdoToolbox.Core.ETL.Operations.FdoOperationBase op)
 {
     //We want to avoid log chatter on specialized ETL processes so suppress the base call
 }
예제 #2
0
 /// <summary>
 /// Called when a row is processed.
 /// </summary>
 /// <param name="op">The operation.</param>
 /// <param name="dictionary">The dictionary.</param>
 protected override void OnFeatureProcessed(FdoToolbox.Core.ETL.Operations.FdoOperationBase op, FdoRow dictionary)
 {
     //We want to avoid log chatter on specialized ETL processes so suppress the base call
 }