语言

IDTSVariable100.EvaluateAsExpression 属性

定义

获得或设置一个值,指示变量是否包含表达式。

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

属性值

如果变量包含表达式,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 Variable

适用于