Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Updates the count of the executing packages.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub UpdateExecutingPackagesCount ( _
isStart As Boolean, _
pEvents As IDTSInfoEvents100 _
)
'Uso
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
)
Parámetros
- isStart
Tipo: System.Boolean
true to execute the isStart parameter; otherwise, false.
- pEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.