IDTSEvents100.OnProgress Método

Definição

public:
 void OnProgress(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::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.Sql2012.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.Sql2012.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)

Parâmetros

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

Comentários

Para obter mais informações, consulte IDTSEvents.

Aplica-se a