ForEachLoopClass.PrecedenceConstraints Property

Definition

Gets an IDTSPrecedenceConstraints100 collection that contains all of the precedence constraints associated with the ForEachLoop.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPrecedenceConstraints100 ^ PrecedenceConstraints { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPrecedenceConstraints100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPrecedenceConstraints100 PrecedenceConstraints { get; }
member this.PrecedenceConstraints : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPrecedenceConstraints100
Public Overridable ReadOnly Property PrecedenceConstraints As IDTSPrecedenceConstraints100

Property Value

An IDTSPrecedenceConstraints100 collection.

Implements

Applies to