Compartir a través de


Interfaz IDTSForEachEnumerator

Provides the methods and properties for the ForEachEnumerator.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

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

El tipo IDTSForEachEnumerator expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CollectionEnumerator Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection.
Método público Validate Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime