Share via


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」を参照してください。

適用対象