Share via


QueryBase.SuppressAutoUpdate Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob automatische Updates unterdrückt werden sollen, oder legt ihn fest.

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

Eigenschaftswert

true, wenn automatische Updates unterdrückt werden sollen, andernfalls false.

Attribute

Gilt für: