Compartir a través de


ExecutionInfo.AllowQueryExecution Propiedad

Definición

Indica si el usuario puede proporcionar valores para los parámetros utilizados en la consulta.

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

Valor de propiedad

Valor Boolean.

Comentarios

Si AllowQueryExecution es true, la instantánea se borrará cuando se llame al ResetExecution método .

AllowQueryExecution devolverá false las instantáneas de ejecución e historial, así true como para los informes activos y los informes ad hoc.

Se aplica a