ForEachItems.Count Property
Gets an Integer that shows the number of ForEachItem objects in the ForEachItems collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int
Значение свойства
An Integer that specifies the number of ForEachItem objects in the collection.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ForEachItems Class
ForEachItems Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace