Delen via


ForEachItemEnumeratorClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ForEachItemEnumerator.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("E7F3469A-0B29-4045-BACA-C4EF23E587DF")> _
Public Class ForEachItemEnumeratorClass _
    Implements IDTSForEachItemEnumerator100, ForEachItemEnumerator, IDTSName100
'Usage
Dim instance As ForEachItemEnumeratorClass
[ClassInterfaceAttribute()]
[GuidAttribute("E7F3469A-0B29-4045-BACA-C4EF23E587DF")]
public class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, 
    ForEachItemEnumerator, IDTSName100
[ClassInterfaceAttribute()]
[GuidAttribute(L"E7F3469A-0B29-4045-BACA-C4EF23E587DF")]
public ref class ForEachItemEnumeratorClass : IDTSForEachItemEnumerator100, 
    ForEachItemEnumerator, IDTSName100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("E7F3469A-0B29-4045-BACA-C4EF23E587DF")>]
type ForEachItemEnumeratorClass =  
    class
        interface IDTSForEachItemEnumerator100
        interface ForEachItemEnumerator
        interface IDTSName100
    end
public class ForEachItemEnumeratorClass implements IDTSForEachItemEnumerator100, ForEachItemEnumerator, IDTSName100

The ForEachItemEnumeratorClass type exposes the following members.

Constructors

  Name Description
Public method ForEachItemEnumeratorClass Infrastructure. For more information, see ForEachItemEnumerator.

Top

Properties

  Name Description
Public property CreationName Infrastructure. For more information, see ForEachItemEnumerator.
Public property Description Infrastructure. For more information, see ForEachItemEnumerator.
Public property ID Infrastructure. For more information, see ForEachItemEnumerator.
Public property Items Infrastructure. For more information, see ForEachItemEnumerator.
Public property Name Infrastructure. For more information, see ForEachItemEnumerator.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method ExportXML Infrastructure. For more information, see ForEachItemEnumerator.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ImportXML Infrastructure. For more information, see ForEachItemEnumerator.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.