Share via


SqlAdvisorData.AutoExecuteStatus Property

Definition

Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'.

public Azure.ResourceManager.Sql.Models.AutoExecuteStatus? AutoExecuteStatus { get; set; }
member this.AutoExecuteStatus : Nullable<Azure.ResourceManager.Sql.Models.AutoExecuteStatus> with get, set
Public Property AutoExecuteStatus As Nullable(Of AutoExecuteStatus)

Property Value

Applies to