共用方式為


IDTSDataTapConfiguration100.UpdateExecutingPackagesCount 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Updates the count of the executing packages.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Sub UpdateExecutingPackagesCount ( _
    isStart As Boolean, _
    pEvents As IDTSInfoEvents100 _
)
'用途
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
)

參數

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

請參閱

參考

IDTSDataTapConfiguration100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間