이 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.
- pEvents
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.