RunningPackages.GetCount Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides DTSReadOnlyCollectionBase.GetCount().
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