PrecedenceConstraintClass.EvaluatesTrue Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see PrecedenceConstraint.
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
Implements
See Also