Méthode FireProgress
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see IDTSComponentEvents.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub FireProgress ( _
ProgressDescription As String, _
PercentComplete As Integer, _
ProgressCountLow As Integer, _
ProgressCountHigh As Integer, _
SubComponent As String, _
<OutAttribute> ByRef pbFireAgain As Boolean _
)
'Utilisation
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
)
Paramètres
- ProgressDescription
Type : System. . :: . .String
- PercentComplete
Type : System. . :: . .Int32
- ProgressCountLow
Type : System. . :: . .Int32
- ProgressCountHigh
Type : System. . :: . .Int32
- SubComponent
Type : System. . :: . .String
- pbFireAgain
Type : System. . :: . .Boolean%
Voir aussi