Propriedade do RDL PrecedenceConstraintClass.EvaluatesTrue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the Boolean value of the Value property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property EvaluatesTrue As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean that indicates the value of the Value property.
Implementa
IDTSPrecedenceConstraint100.EvaluatesTrue
Comentários
For more information, see PrecedenceConstraint.