Share via


RunningPackages.GetCount Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Retrieves the number of running package.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Protected Overrides Function GetCount As Integer
'Usage
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

Return Value

Type: System.Int32
The number of running package.

See Also

Reference

RunningPackages Class

Microsoft.SqlServer.Dts.Runtime Namespace