Freigeben über


IDTSForEachEnumerator-Schnittstelle

Provides the methods and properties for the ForEachEnumerator.

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

Syntax

'Declaration
<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
Public Interface IDTSForEachEnumerator
'Usage
Dim instance As IDTSForEachEnumerator
[GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IDTSForEachEnumerator
[GuidAttribute(L"524d96b5-884f-41d9-9000-21f3f49e98e4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
public interface class IDTSForEachEnumerator
[<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
type IDTSForEachEnumerator =  interface end
public interface IDTSForEachEnumerator

Der IDTSForEachEnumerator-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CollectionEnumerator Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection.
Öffentliche Methode Validate Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully.

Zum Anfang