Metodo DTSReadOnlyCollectionBase.GetCount

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

Retrieves the number of objects in the collection.

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

Sintassi

'Dichiarazione
Protected MustOverride Function GetCount As Integer
'Utilizzo
Dim returnValue As Integer 

returnValue = Me.GetCount()
protected abstract int GetCount()
protected:
virtual int GetCount() abstract
abstract GetCount : unit -> int
protected abstract function GetCount() : int

Valore restituito

Tipo: System.Int32
The number of objects in the collection.

Vedere anche

Riferimento

DTSReadOnlyCollectionBase Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime