IndexOption.Option (Propiedad)

Obtiene o establece el tipo de opción de indice.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Option As IndexOptionType
    Get
    Set
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.IndexOptionType
Devuelve un valor de enumeración IndexOptionType.

Seguridad de .NET Framework

Vea también

Referencia

IndexOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)