Méthode IDTSDataTapConfiguration100.UpdateExecutingPackagesCount
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Updates the count of the executing packages.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub UpdateExecutingPackagesCount ( _
isStart As Boolean, _
pEvents As IDTSInfoEvents100 _
)
'Utilisation
Dim instance As IDTSDataTapConfiguration100
Dim isStart As Boolean
Dim pEvents As IDTSInfoEvents100
instance.UpdateExecutingPackagesCount(isStart, _
pEvents)
void UpdateExecutingPackagesCount(
bool isStart,
IDTSInfoEvents100 pEvents
)
void UpdateExecutingPackagesCount(
[InAttribute] bool isStart,
[InAttribute] IDTSInfoEvents100^ pEvents
)
abstract UpdateExecutingPackagesCount :
isStart:bool *
pEvents:IDTSInfoEvents100 -> unit
function UpdateExecutingPackagesCount(
isStart : boolean,
pEvents : IDTSInfoEvents100
)
Paramètres
- isStart
Type : System.Boolean
true to execute the isStart parameter; otherwise, false.
- pEvents
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.