IDTSForEachLoop100.ForEachEnumerator Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erhält oder setzt einen Host für die 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
Eigenschaftswert
Der Host für die ForEachEnumerator.
- Attribute