Dela via


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)
'Usage
Dim instance As CreateFullTextIndexStatement 
Dim value As IList(Of FullTextIndexOption)

value = instance.Options
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
    IList<FullTextIndexOption^>^ get ();
}
public function get Options () : IList<FullTextIndexOption>

Property Value

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

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

CreateFullTextIndexStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace