Propriedade SpatialIndexRegularOption.Option

Obtém ou define a opção de índice.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property Option As IndexOption
    Get
    Set
public IndexOption Option { get; set; }
public:
property IndexOption^ Option {
    IndexOption^ get ();
    void set (IndexOption^ value);
}
member Option : IndexOption with get, set
function get Option () : IndexOption
function set Option (value : IndexOption)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.IndexOption
Retorna um IndexOption.

Segurança do .NET Framework

Consulte também

Referência

SpatialIndexRegularOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql