Metodo RunningPackages.GetCount

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Retrieves the number of running package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Protected Overrides Function GetCount As Integer
'Utilizzo
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

Valore restituito

Tipo: System.Int32
The number of running package.

Vedere anche

Riferimento

RunningPackages Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime