FireProgress 方法
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
For more information, see IDTSComponentEvents.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub FireProgress ( _
ProgressDescription As String, _
PercentComplete As Integer, _
ProgressCountLow As Integer, _
ProgressCountHigh As Integer, _
SubComponent As String, _
<OutAttribute> ByRef pbFireAgain As Boolean _
)
'用途
Dim instance As IDTSComponentEvents100
Dim ProgressDescription As String
Dim PercentComplete As Integer
Dim ProgressCountLow As Integer
Dim ProgressCountHigh As Integer
Dim SubComponent As String
Dim pbFireAgain As Boolean
instance.FireProgress(ProgressDescription, _
PercentComplete, ProgressCountLow, _
ProgressCountHigh, SubComponent, _
pbFireAgain)
void FireProgress(
string ProgressDescription,
int PercentComplete,
int ProgressCountLow,
int ProgressCountHigh,
string SubComponent,
out bool pbFireAgain
)
void FireProgress(
[InAttribute] String^ ProgressDescription,
[InAttribute] int PercentComplete,
[InAttribute] int ProgressCountLow,
[InAttribute] int ProgressCountHigh,
[InAttribute] String^ SubComponent,
[InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract FireProgress :
ProgressDescription:string *
PercentComplete:int *
ProgressCountLow:int *
ProgressCountHigh:int *
SubComponent:string *
pbFireAgain:bool byref -> unit
function FireProgress(
ProgressDescription : String,
PercentComplete : int,
ProgressCountLow : int,
ProgressCountHigh : int,
SubComponent : String,
pbFireAgain : boolean
)
參數
- ProgressDescription
型別:System. . :: . .String
- PercentComplete
型別:System. . :: . .Int32
- ProgressCountLow
型別:System. . :: . .Int32
- ProgressCountHigh
型別:System. . :: . .Int32
- SubComponent
型別:System. . :: . .String
- pbFireAgain
型別:System. . :: . .Boolean%