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。

适用于