IDTSApplication100.ForEachEnumeratorInfos Property

Definition

Returns a IDTSForEachEnumeratorInfos100 collection that contains IDTSForEachEnumeratorInfo100 objects. This property is read-only.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumeratorInfos100 ^ ForEachEnumeratorInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumeratorInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumeratorInfos100 ForEachEnumeratorInfos { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.ForEachEnumeratorInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachEnumeratorInfos100
Public ReadOnly Property ForEachEnumeratorInfos As IDTSForEachEnumeratorInfos100

Property Value

A IDTSForEachEnumeratorInfos100 collection that contains all the IDTSForEachEnumeratorInfo100 objects in the application.

Attributes

Applies to