Compartir a través de


RecommendedIndex.Action Propiedad

Definición

Obtiene la acción de índice propuesta. Puede crear un índice que falta, quitar un índice sin usar o recompilar un índice existente para mejorar su rendimiento. Entre los valores posibles se incluyen: "Create", "Drop", "Rebuild"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.action")]
public Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexAction? Action { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.action")>]
member this.Action : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedIndexAction>
Public ReadOnly Property Action As Nullable(Of RecommendedIndexAction)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a