언어

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를 참조하세요.

적용 대상