PackageClass.PrecedenceConstraints 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 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.