Поделиться через


Метод RunningPackages.GetCount

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the number of running package.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Protected Overrides Function GetCount As Integer
'Применение
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

Возвращаемое значение

Тип: System.Int32
The number of running package.

См. также

Справочник

RunningPackages Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime