Share via


IDTSForEachEnumerator100 Interface

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

Defines the properties and methods for the ForEachEnumerator.

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

Syntax

'Declaration
<GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")> _
Public Interface IDTSForEachEnumerator100
'Usage
Dim instance As IDTSForEachEnumerator100
[GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")]
public interface IDTSForEachEnumerator100
[GuidAttribute(L"4C373C49-7E3C-4549-B967-20A1E7985F01")]
public interface class IDTSForEachEnumerator100
[<GuidAttribute("4C373C49-7E3C-4549-B967-20A1E7985F01")>]
type IDTSForEachEnumerator100 =  interface end
public interface IDTSForEachEnumerator100

The IDTSForEachEnumerator100 type exposes the following members.

Properties

  Name Description
Public property CollectionEnumerator Infrastructure. Gets or sets a value that indicates what kind of objects the enumerator is iterating over.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Returns an enumerator for iterating over the collection.
Public method InitializeForEachEnumerator Infrastructure. Initializes the properties associated with the task.
Public method Validate Infrastructure. Allows the enumerator to determine if it contains invalid settings that will prevent it from executing successfully.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace