Compartir a través de


SpatialIndexRegularOption.Option Propiedad

Gets or sets the type of the option.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

SpatialIndexRegularOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom