Condividi tramite


Proprietà CreateFullTextIndexStatement.Options

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateFullTextIndexStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql