次の方法で共有


FullTextCatalogStatement.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>
フルテキスト カタログ オプションのコレクション。

関連項目

参照

FullTextCatalogStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間