ForEachLoopClass.ForEachEnumerator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a host for the IDTSForEachEnumerator100.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ ForEachEnumerator { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100 ^ value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumerator100 ForEachEnumerator { get; set; }
member this.ForEachEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumerator100 with get, set
Public Overridable Property ForEachEnumerator As IDTSForEachEnumerator100
Property Value
An IDTSForEachEnumerator100 object.