ForEachEnumeratorInfos クラス

定義

ForEachEnumeratorInfo オブジェクトのコレクション。 このクラスは継承できません。

public ref class ForEachEnumeratorInfos sealed : Microsoft::SqlServer::Dts::Runtime::DTSReadOnlyCollectionBase
public sealed class ForEachEnumeratorInfos : Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
type ForEachEnumeratorInfos = class
    inherit DTSReadOnlyCollectionBase
Public NotInheritable Class ForEachEnumeratorInfos
Inherits DTSReadOnlyCollectionBase
継承
ForEachEnumeratorInfos

フィールド

名前 説明
m_unmanagedColl

管理されていないコレクション。

(継承元 DTSReadOnlyCollectionBase)

プロパティ

名前 説明
Count

DTSReadOnlyCollectionBase インスタンスに含まれる要素の数を取得します。

(継承元 DTSReadOnlyCollectionBase)
IsSynchronized

DTSReadOnlyCollectionBaseへのアクセスが同期される (スレッド セーフ) かどうかを示す値を取得します。

(継承元 DTSReadOnlyCollectionBase)
Item[Object]

コレクションから ForEachEnumeratorInfo オブジェクトを返します。

SyncRoot

DTSReadOnlyCollectionBaseへのアクセスを同期するために使用できるオブジェクトを取得します。

(継承元 DTSReadOnlyCollectionBase)

メソッド

名前 説明
Contains(Object)

例外をスローせずにインデックスを用いて ForEachEnumeratorInfos コレクションからアイテムを取得できるかどうかを指定します。

CopyTo(Array, Int32)

ターゲット配列の指定したインデックスから始まる互換性のある 1 次元配列に、 DTSReadOnlyCollectionBase 全体をコピーします。

(継承元 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

管理されていないオブジェクトから管理対象オブジェクトを作成します。

(継承元 DTSReadOnlyCollectionBase)
GetCount()

コレクション内のオブジェクトの数を取得します。

(継承元 DTSReadOnlyCollectionBase)
GetEnumerator()

ForEachEnumeratorInfosコレクションの反復に使うためのForEachEnumeratorInfosEnumeratorを返します。

GetManagedEnumerator(Object)

管理されていない列挙器から管理された列挙子を得ます。

(継承元 DTSReadOnlyCollectionBase)

適用対象