IDTSVariable100.EvaluateAsExpression Propriedade

Definição

Obtém ou define um valor que indica se a variável contém uma expressão.

public:
 property bool EvaluateAsExpression { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(9)]
public bool EvaluateAsExpression { [System.Runtime.InteropServices.DispId(9)] get; [System.Runtime.InteropServices.DispId(9)] set; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
[<set: System.Runtime.InteropServices.DispId(9)>]
member this.EvaluateAsExpression : bool with get, set
Public Property EvaluateAsExpression As Boolean

Valor da propriedade

true se a variável contiver uma expressão; caso contrário, false.

Atributos

Comentários

Para obter mais informações, consulte Variable.

Aplica-se a