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 命名空间