Share via


QueryBase.AutoGenerated Propiedad

Definición

Obtiene o establece un valor que indica si esta consulta se genera automáticamente.

public:
 property bool AutoGenerated { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool AutoGenerated { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.AutoGenerated : bool with get, set
Public Property AutoGenerated As Boolean

Valor de propiedad

true si esta consulta se genera automáticamente; de lo contrario, false.

Atributos

Se aplica a