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