CreateFullTextIndexStatement.Options (Propiedad)

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 ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
    IList<FullTextIndexOption^>^ get ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>

Valor de propiedad

Tipo: System.Collections.Generic.IList<FullTextIndexOption>

Seguridad de .NET Framework

Vea también

Referencia

CreateFullTextIndexStatement Clase

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