Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.