ExecutionInfo.AllowQueryExecution 속성

정의

사용자가 쿼리에서 사용되는 매개 변수의 값을 제공할 수 있는지 여부를 나타냅니다.

public:
 property bool AllowQueryExecution { bool get(); void set(bool value); };
public bool AllowQueryExecution { get; set; }
member this.AllowQueryExecution : bool with get, set
Public Property AllowQueryExecution As Boolean

속성 값

Boolean 값입니다.

설명

가 이trueAllowQueryExecution 메서드가 호출될 때 ResetExecution 스냅샷 지워집니다.

AllowQueryExecution는 실행 및 기록 스냅샷 및 true 라이브 보고서 및 임시 보고서에 대해 를 반환 false 합니다.

적용 대상