PrecedenceConstraintClass.EvalOp Property

Definition

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.

Applies to