DtsProperties クラス

定義

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

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

フィールド

m_unmanagedColl

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

(継承元 DTSReadOnlyCollectionBase)

プロパティ

Count

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

(継承元 DTSReadOnlyCollectionBase)
IsSynchronized

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

(継承元 DTSReadOnlyCollectionBase)
Item[Object]

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

SyncRoot

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

(継承元 DTSReadOnlyCollectionBase)

メソッド

Contains(Object)

オブジェクトの名前、ID、またはインデックスを使用してコレクション内の項目にアクセスできるかどうかを示すブール値を DtsProperty 返します。

CopyTo(Array, Int32)

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

(継承元 DTSReadOnlyCollectionBase)
CreateManagedObject(Object)

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

(継承元 DTSReadOnlyCollectionBase)
GetCount()

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

(継承元 DTSReadOnlyCollectionBase)
GetEnumerator()

DtsProperties コレクションに対する繰り返し処理で使用する列挙子を返します。

GetManagedEnumerator(Object)

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

(継承元 DTSReadOnlyCollectionBase)

適用対象