IDTSComponentMetaData100.FireProgress Yöntemi
Harekete geçiren bir OnProgress olay.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Sub FireProgress ( _
bstrProgressDescription As String, _
lPercentComplete As Integer, _
lProgressCountLow As Integer, _
lProgressCountHigh As Integer, _
bstrSubComponent As String, _
<OutAttribute> ByRef pbFireAgain As Boolean _
)
'Kullanım
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
)
Parametreler
- bstrProgressDescription
Tür: System.String
İlerleme ve durum açıklaması.
- lPercentComplete
Tür: System.Int32
Tamamladığı görev yüzdesi.
- lProgressCountLow
Tür: System.Int32
Düşük 32 bitlik birimlerin tamamlandı.
- lProgressCountHigh
Tür: System.Int32
Yüksek 32 bitlik birimlerin tamamlandı.
- bstrSubComponent
Tür: System.String
Olay kaynak hakkında ek bilgi sağlar.
- pbFireAgain
Tür: System.Boolean%
doğru bu olay görev yürütme devam ettikçe; harekete geçirilen devam etmelidir Aksi takdirde, yanlış.
Ayrıca bkz.