PrecedenceConstraintClass.EvalOp 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 or sets the evaluation operations used by the precedence constraint.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPrecedenceEvalOp EvalOp { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPrecedenceEvalOp get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPrecedenceEvalOp value); };
[System.Runtime.InteropServices.DispId(41)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPrecedenceEvalOp EvalOp { [System.Runtime.InteropServices.DispId(41)] get; [System.Runtime.InteropServices.DispId(41)] set; }
[<System.Runtime.InteropServices.DispId(41)>]
[<get: System.Runtime.InteropServices.DispId(41)>]
[<set: System.Runtime.InteropServices.DispId(41)>]
member this.EvalOp : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPrecedenceEvalOp with get, set
Public Overridable Property EvalOp As DTSPrecedenceEvalOp
Property Value
The evaluation operations used by the precedence constraint.
Implements
- Attributes
Remarks
For more information, see PrecedenceConstraint.