DTSReadOnlyCollectionBase クラス

定義

Integration Services のすべての読み取り専用コレクションで使用される共通メンバーを実装する抽象基本クラスを定義します。 厳密に型指定されたコレクションの抽象 (Visual Basic の MustInherit) 基本クラスを提供します。

public ref class DTSReadOnlyCollectionBase abstract : System::Collections::ICollection
[System.ComponentModel.MergableProperty(false)]
public abstract class DTSReadOnlyCollectionBase : System.Collections.ICollection
[<System.ComponentModel.MergableProperty(false)>]
type DTSReadOnlyCollectionBase = class
    interface ICollection
    interface IEnumerable
Public MustInherit Class DTSReadOnlyCollectionBase
Implements ICollection
継承
DTSReadOnlyCollectionBase
派生
属性
実装

注釈

このクラスは ICollectionIEnumerable.

フィールド

m_unmanagedColl

アンマネージ コレクションです。

プロパティ

Count

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

IsSynchronized

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

SyncRoot

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

メソッド

CopyTo(Array, Int32)

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

CreateManagedObject(Object)

アンマネージド オブジェクトからマネージド オブジェクトを作成します。

GetCount()

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

GetEnumerator()

DTSReadOnlyCollectionBase インスタンスを反復処理できる列挙子を返します。

GetManagedEnumerator(Object)

アンマネージド列挙子からマネージド列挙子を取得します。

適用対象