ExecutionInfo.AllowQueryExecution 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자가 쿼리에서 사용되는 매개 변수의 값을 제공할 수 있는지 여부를 나타냅니다.
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
값입니다.
설명
가 이true
면 AllowQueryExecution 메서드가 호출될 때 ResetExecution 스냅샷 지워집니다.
AllowQueryExecution는 실행 및 기록 스냅샷 및 true
라이브 보고서 및 임시 보고서에 대해 를 반환 false
합니다.