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.