ForEachItemEnumeratorClass クラス

定義

IDTSForEachItem100 コレクションに対する列挙子を実装します。

public ref class ForEachItemEnumeratorClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ForEachItemEnumerator, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("4F58AD81-4DA3-40EB-8212-D430A472E121")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ForEachItemEnumeratorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumerator, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D4B978F7-0C25-4777-B5FF-F966AFBF2267")]
public class ForEachItemEnumeratorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumerator, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("00BAF5AC-A7F7-4938-BDEC-62C96C708694")]
public class ForEachItemEnumeratorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumerator, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("4F58AD81-4DA3-40EB-8212-D430A472E121")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ForEachItemEnumeratorClass = class
    interface IDTSForEachItemEnumerator100
    interface ForEachItemEnumerator
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D4B978F7-0C25-4777-B5FF-F966AFBF2267")>]
type ForEachItemEnumeratorClass = class
    interface IDTSForEachItemEnumerator100
    interface ForEachItemEnumerator
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("00BAF5AC-A7F7-4938-BDEC-62C96C708694")>]
type ForEachItemEnumeratorClass = class
    interface IDTSForEachItemEnumerator100
    interface ForEachItemEnumerator
    interface IDTSName100
Public Class ForEachItemEnumeratorClass
Implements ForEachItemEnumerator, IDTSName100
継承
ForEachItemEnumeratorClass
属性
実装

注釈

詳細については、「ForEachItemEnumerator」を参照してください。

コンストラクター

ForEachItemEnumeratorClass()

ForEachItemEnumeratorClass クラスの新しいインスタンスを初期化します。

プロパティ

CreationName

ランタイムが ForEachItemEnumeratorClass オブジェクトのインスタンス作成に使用する文字列を返します。

Description

列挙子クラスの説明を取得します。値の設定も可能です。

ID

列挙子クラスに割り当てられた GUID を返します。

Items

IDTSForEachItems100 のコレクションを取得します。値の設定も可能です。

Name

列挙子クラスの名前を取得します。値の設定も可能です。

メソッド

ExportXML(String)

.xml ファイルにデータをエクスポートします。

ImportXML(String)

XML をコレクションにインポートします。

適用対象