Partilhar via


Propriedade do RDL SpatialIndexRegularOption.Option

Gets or sets the type of the option.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Option As IndexOption 
    Get 
    Set
'Uso
Dim instance As SpatialIndexRegularOption 
Dim value As IndexOption 

value = instance.Option

instance.Option = value
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 da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
The type of the option.

Consulte também

Referência

SpatialIndexRegularOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom