Metoda IDTSComponentMetaData100.FireProgress
Podnosi OnProgress zdarzenie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub FireProgress ( _
bstrProgressDescription As String, _
lPercentComplete As Integer, _
lProgressCountLow As Integer, _
lProgressCountHigh As Integer, _
bstrSubComponent As String, _
<OutAttribute> ByRef pbFireAgain As Boolean _
)
'Użycie
Dim instance As IDTSComponentMetaData100
Dim bstrProgressDescription As String
Dim lPercentComplete As Integer
Dim lProgressCountLow As Integer
Dim lProgressCountHigh As Integer
Dim bstrSubComponent As String
Dim pbFireAgain As Boolean
instance.FireProgress(bstrProgressDescription, _
lPercentComplete, lProgressCountLow, _
lProgressCountHigh, bstrSubComponent, _
pbFireAgain)
void FireProgress(
string bstrProgressDescription,
int lPercentComplete,
int lProgressCountLow,
int lProgressCountHigh,
string bstrSubComponent,
out bool pbFireAgain
)
void FireProgress(
[InAttribute] String^ bstrProgressDescription,
[InAttribute] int lPercentComplete,
[InAttribute] int lProgressCountLow,
[InAttribute] int lProgressCountHigh,
[InAttribute] String^ bstrSubComponent,
[InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract FireProgress :
bstrProgressDescription:string *
lPercentComplete:int *
lProgressCountLow:int *
lProgressCountHigh:int *
bstrSubComponent:string *
pbFireAgain:bool byref -> unit
function FireProgress(
bstrProgressDescription : String,
lPercentComplete : int,
lProgressCountLow : int,
lProgressCountHigh : int,
bstrSubComponent : String,
pbFireAgain : boolean
)
Parametry
- bstrProgressDescription
Typ: System.String
Opis stanu i postępu.
- lPercentComplete
Typ: System.Int32
Procent zadanie zostało ukończone.
- lProgressCountLow
Typ: System.Int32
Młodsze 32 bity jednostek ukończone.
- lProgressCountHigh
Typ: System.Int32
Starsze 32 bity jednostek ukończone.
- bstrSubComponent
Typ: System.String
Dodatkowe informacje o źródło zdarzenia.
- pbFireAgain
Typ: System.Boolean%
TRUE Jeśli zdarzenie to należy kontynuować podniesione w miarę wykonywania zadań; w przeciwnym razie false.
Zobacz także