QueryBase.AutoGenerated Property

Definition

Gets or sets a value that indicates whether this query is automatically generated.

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

Property Value

true if this query is automatically generated; otherwise, false.

Attributes

Applies to