Proprietà PrecedenceConstraintClass.EvaluatesTrue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the Boolean value of the Value property.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property EvaluatesTrue As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean that indicates the value of the Value property.

Implementa

IDTSPrecedenceConstraint100.EvaluatesTrue

Osservazioni

For more information, see PrecedenceConstraint.

Vedere anche

Riferimento

PrecedenceConstraintClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper