Freigeben über


CreateFullTextIndexStatement.Options-Eigenschaft

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateFullTextIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace