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

属性值

如果变量包含表达式,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 Variable

适用于