Método DTSReadOnlyCollectionBase.GetCount
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Retrieves the number of objects in the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Protected MustOverride Function GetCount As Integer
'Uso
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
Valor de retorno
Tipo: System.Int32
The number of objects in the collection.