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 值。
備註
若 AllowQueryExecution 是 true,當方法被呼叫時 ResetExecution ,快照會被清除。
AllowQueryExecution 將回來 false 提供執行與歷史快照,以及 true 即時報告與臨時報告。