IDTSVariable100.EvaluateAsExpression Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the variable contains an expression.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Property EvaluateAsExpression As Boolean
Get
Set
'Uso
Dim instance As IDTSVariable100
Dim value As Boolean
value = instance.EvaluateAsExpression
instance.EvaluateAsExpression = value
bool EvaluateAsExpression { get; set; }
property bool EvaluateAsExpression {
bool get ();
void set (bool value);
}
abstract EvaluateAsExpression : bool with get, set
function get EvaluateAsExpression () : boolean
function set EvaluateAsExpression (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the variable contains an expression; otherwise, false.
Comentarios
For more information, see Variable.