RunningPackages.GetCount Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

protected override int GetCount()
protected:
virtual int GetCount() override
override GetCount : unit -> int
Protected Overrides Function GetCount As Integer

Return Value

Type: System.Int32

The number of running package.

See Also

RunningPackages Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top