AdvisorUpdateProperties.AutoExecuteStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Updates the auto-execute status for this Advisor. Allowed values are :Enabled -> Enable automated execution of recommendations on the resource (e.g. Server) and its children (e.g., Databases).Disabled -> Disable automated execution of recommendations on the resource and its childrenDefault -> Reset the status that has been explicitly set before. This will cause auto-execute status for this resource (e.g., Database) to be inherited for parent resource (e.g., Server).
public string AutoExecuteStatus { get; set; }
member this.AutoExecuteStatus : string with get, set
Public Property AutoExecuteStatus As String