PackageNeutralClass.PrecedenceConstraints Property

Definition

Gets a collection of precedence constraints for the package.

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 for the package.

Implements

Remarks

For more information, see Package.

Applies to