PrecedenceConstraintClass.EvaluatesTrue Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the Boolean value of the Value property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property EvaluatesTrue As Boolean
Get
'Usage
Dim instance As PrecedenceConstraintClass
Dim value As Boolean
value = instance.EvaluatesTrue
public virtual bool EvaluatesTrue { get; }
public:
virtual property bool EvaluatesTrue {
bool get ();
}
abstract EvaluatesTrue : bool
override EvaluatesTrue : bool
function get EvaluatesTrue () : boolean
Property Value
Type: System.Boolean
A Boolean that indicates the value of the Value property.
Implements
IDTSPrecedenceConstraint100.EvaluatesTrue
Remarks
For more information, see PrecedenceConstraint.