EventHandlerClass.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, if any, found on the executable objects in this container. This property is read-only.
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
A IDTSPrecedenceConstraints100 collection.