IDTSEvents100.OnProgress 方法

定义

public:
 void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::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.Sql2014.IDTSTaskHost100 pTaskHost, string ProgressDescription, int PercentComplete, int ProgressCountLow, int ProgressCountHigh, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(8)>]
abstract member OnProgress : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSTaskHost100 * string * int * int * int * string * bool -> unit
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
属性

注解

有关详细信息,请参阅 IDTSEvents

适用于