Compartir a través de


DTSReadOnlyCollectionBase.GetCount Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Retrieves the number of objects in the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

DTSReadOnlyCollectionBase Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime