ForEachItems 类

定义

包含 ForEachItem 集合的集合。 此类不能被继承。

public ref class ForEachItems sealed : Microsoft::SqlServer::Dts::Runtime::DtsObject, System::Collections::ICollection
public sealed class ForEachItems : Microsoft.SqlServer.Dts.Runtime.DtsObject, System.Collections.ICollection
type ForEachItems = class
    inherit DtsObject
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ForEachItems
Inherits DtsObject
Implements ICollection
继承
ForEachItems
实现

属性

Count

获取一个整数,该整数显示集合中的ForEachItems对象数ForEachItem

IsSynchronized

返回一个布尔值,该值指示是否 (线程安全) 同步对 ForEachItems 集合的访问。

Item[Object]

从集合返回一个 ForEachItem 对象。

SyncRoot

获取可用于同步对 ForEachItems 集合的访问的对象。

方法

Add()

将新的 ForEachItem 集合添加到 ForEachItems 集合。

Contains(Object)

返回一个布尔值,该值指示是否可以使用索引访问集合中的项,而不会造成异常。

CopyTo(Array, Int32)

将整个集合复制到从目标数组的指定索引处开始的一个兼容的一维数组。

Equals(Object)

确定两个对象实例是否相等。

(继承自 DtsObject)
GetEnumerator()

返回一个托管 IEnumerator 以循环访问 ForEachItems 集合。

GetHashCode()

返回此实例的哈希代码。

(继承自 DtsObject)
Remove(Object)

ForEachItem 集合中删除 ForEachItems 集合。

适用于