IDTSForEachLoop100.ForEachEnumerator Property

Definition

Gets or sets a host for the ForEachEnumerator.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ ForEachEnumerator { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ value); };
[System.Runtime.InteropServices.DispId(36)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumerator100 ForEachEnumerator { [System.Runtime.InteropServices.DispId(36)] get; [System.Runtime.InteropServices.DispId(36)] set; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
[<set: System.Runtime.InteropServices.DispId(36)>]
member this.ForEachEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumerator100 with get, set
Public Property ForEachEnumerator As IDTSForEachEnumerator100

Property Value

The host for the ForEachEnumerator.

Attributes

Applies to