Share via


IDTSEvents100.OnProgress Metodo

Definizione

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)

Parametri

pTaskHost
IDTSTaskHost100
ProgressDescription
String
PercentComplete
Int32
ProgressCountLow
Int32
ProgressCountHigh
Int32
SubComponent
String
pbFireAgain
Boolean
Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a