IDTSCustomPropertyCollection100 インターフェイス
IDTSCustomProperty100 オブジェクトのコレクションが含まれます。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
<GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")> _
Public Interface IDTSCustomPropertyCollection100 _
Inherits IEnumerable
'使用
Dim instance As IDTSCustomPropertyCollection100
[GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")]
public interface IDTSCustomPropertyCollection100 : IEnumerable
[GuidAttribute(L"FF4C50D8-BEAF-47D4-A462-447E36A6194F")]
public interface class IDTSCustomPropertyCollection100 : IEnumerable
[<GuidAttribute("FF4C50D8-BEAF-47D4-A462-447E36A6194F")>]
type IDTSCustomPropertyCollection100 =
interface
interface IEnumerable
end
public interface IDTSCustomPropertyCollection100 extends IEnumerable
IDTSCustomPropertyCollection100 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | IDTSCustomPropertyCollection100 に含まれる要素の数を取得します。 | |
Item | Index パラメータで指定された IDTSCustomProperty100 を取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
FindObjectByID | コレクション内の要求されたオブジェクトを ID によって検索します。 | |
FindObjectIndexByID | コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。 | |
GetEnumerator() () () () | (IEnumerable から継承されています。) | |
GetEnumerator() () () () | IDTSCustomPropertyCollection100 を繰り返し処理できる列挙子を返します。 | |
GetObjectByID | 指定した ID を持つ IDTSCustomPropertyCollection100 オブジェクトを取得します。 | |
GetObjectIndexByID | 指定した ID を持つ IDTSCustomProperty100 オブジェクトのインデックスを取得します。 | |
New | 新しい IDTSCustomProperty100 オブジェクトを作成して、コレクションの末尾に追加します。 | |
NewAt | コレクション内の指定した場所に新しい IDTSCustomProperty100 オブジェクトを作成します。 | |
RemoveAll | コレクション内の各 IDTSCustomProperty100 オブジェクトを削除します。 | |
RemoveObjectByID | 指定した ID を持つ IDTSCustomProperty100 を削除します。 | |
RemoveObjectByIndex | Index で指定した場所にある IDTSCustomProperty100 オブジェクトを削除します。 | |
SetIndex | コレクション内での IDTSCustomProperty100 オブジェクトの場所を変更します。 |
先頭に戻る
説明
カスタム プロパティは、データ フロー オブジェクトがインターフェイス自体で実装されるプロパティ以外に追加のプロパティを公開するメカニズムを提供します。たとえば、OLE DB ソース アダプタには、ユーザーがデータ ソースの SQL ステートメントを指定するためのカスタム プロパティが含まれています。
IDTSComponentMetaData100 インターフェイスのカスタム プロパティのコレクションは、ProvideComponentProperties メソッドの呼び出し中に設定されます。プロパティは、これ以外の時点ではコレクションに追加しないでください。
次のインターフェイスには、カスタム プロパティのコレクションが含まれています。