RecommendedIndex.Action Propriedade

Definição

Obtém a ação de índice proposta. Você pode criar um índice ausente, remover um índice não utilizado ou recompilar um índice existente para melhorar seu desempenho. Os valores possíveis incluem: '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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a