Свойство CreateFullTextIndexStatement.Options

Gets or sets the list of Optional CHANGE_TRACKING and STOPLIST options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
'Применение
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 ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>

Значение свойства

Тип: System.Collections.Generic.IList<FullTextIndexOption>
The list of Optional CHANGE_TRACKING and STOPLIST options.

См. также

Справочник

CreateFullTextIndexStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom