Compartilhar via


Propriedade CreateFullTextIndexStatement.Options

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

CreateFullTextIndexStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql