Example #1
0
 public void OnCustomEvent(IDTSTaskHost100 pTaskHost, string EventName, string EventText, ref object[] ppsaArguments, string SubComponent, ref bool pbFireAgain)
 {
 }
Example #2
0
 public void OnTaskFailed(IDTSTaskHost100 pTaskHost)
 {
 }
Example #3
0
 public void OnProgress(IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, ref bool pbFireAgain)
 {
 }
Example #4
0
 public void OnCustomEvent(IDTSTaskHost100 pTaskHost, string EventName, string EventText, ref object[] ppsaArguments, string SubComponent, ref bool pbFireAgain)
 {
 }
Example #5
0
 public void OnTaskFailed(IDTSTaskHost100 pTaskHost)
 {
 }
Example #6
0
 public void OnProgress(IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, ref bool pbFireAgain)
 {
 }