IDTSEvents100.OnProgress 方法

定義

public:
 void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSTaskHost100 ^ pTaskHost, System::String ^ ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(8)]
public void OnProgress (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
Public Sub OnProgress (pTaskHost As IDTSTaskHost100, ProgressDescription As String, PercentComplete As Integer, ProgressCountLow As Integer, ProgressCountHigh As Integer, SubComponent As String, ByRef pbFireAgain As Boolean)

參數

pTaskHost
IDTSTaskHost100
ProgressDescription
String
PercentComplete
Int32
ProgressCountLow
Int32
ProgressCountHigh
Int32
SubComponent
String
pbFireAgain
Boolean
屬性

適用於