Свойство FullTextCatalogStatement.Options

Gets the collection of fulltext catalog options.

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

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of FullTextCatalogOption)
    Get
'Применение
Dim instance As FullTextCatalogStatement 
Dim value As IList(Of FullTextCatalogOption)

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

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

Тип: System.Collections.Generic.IList<FullTextCatalogOption>
The collection of fulltext catalog options.

См. также

Справочник

FullTextCatalogStatement Класс

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