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 值。

注解

如果 AllowQueryExecutiontrue,则调用 方法时ResetExecution将清除快照。

AllowQueryExecution对于执行和历史记录快照,将返回 ;true对于实时报表和临时报表,将返回 false

适用于