Поделиться через


Метод DTSReadOnlyCollectionBase.GetCount

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the number of objects in the collection.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Protected MustOverride Function GetCount As Integer
'Применение
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

Возвращаемое значение

Тип: System.Int32
The number of objects in the collection.

См. также

Справочник

DTSReadOnlyCollectionBase Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime