Lenguaje

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

Un valor Boolean.

Comentarios

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

AllowQueryExecution Volverán false para capturas de ejecución e historia, así true como para informes en directo e informes ad hoc.

Se aplica a