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 | |
---|---|---|
ForEachItemEnumeratorClass | Infrastructure. For more information, see ForEachItemEnumerator. |
Top
Properties
Name | Description | |
---|---|---|
CreationName | Infrastructure. For more information, see ForEachItemEnumerator. | |
Description | Infrastructure. For more information, see ForEachItemEnumerator. | |
ID | Infrastructure. For more information, see ForEachItemEnumerator. | |
Items | Infrastructure. For more information, see ForEachItemEnumerator. | |
Name | Infrastructure. For more information, see ForEachItemEnumerator. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExportXML | Infrastructure. For more information, see ForEachItemEnumerator. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ImportXML | Infrastructure. For more information, see ForEachItemEnumerator. | |
MemberwiseClone | (Inherited from Object.) | |
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.