Metodo IDTSDataTapConfiguration100.UpdateExecutingPackagesCount

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Updates the count of the executing packages.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub UpdateExecutingPackagesCount ( _
    isStart As Boolean, _
    pEvents As IDTSInfoEvents100 _
)
'Utilizzo
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
)

Parametri

  • isStart
    Tipo: System.Boolean
    true to execute the isStart parameter; otherwise, false.

Vedere anche

Riferimento

IDTSDataTapConfiguration100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper