CreateFullTextIndexStatement.Options Property

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

Property Value

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

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace