Método RunningPackages.GetCount
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Retrieves the number of running package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Protected Overrides Function GetCount As Integer
'Uso
Dim returnValue As Integer
returnValue = Me.GetCount()
protected override int GetCount()
protected:
virtual int GetCount() override
abstract GetCount : unit -> int
override GetCount : unit -> int
protected override function GetCount() : int
Valor de retorno
Tipo: System.Int32
The number of running package.