Share via


IDTSDataTapConfiguration100.UpdateExecutingPackagesCount Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Updates the count of the executing packages.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

Parameters

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

See Also

Reference

IDTSDataTapConfiguration100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace