FullTextCatalog.UniqueKeyCount プロパティ

参照先のフルテキスト カタログで一意にアドレス可能な単語の概数を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UniqueKeyCount As Integer 
    Get
'使用
Dim instance As FullTextCatalog 
Dim value As Integer 

value = instance.UniqueKeyCount
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public int UniqueKeyCount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property int UniqueKeyCount {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member UniqueKeyCount : int
function get UniqueKeyCount () : int

プロパティ値

型: System.Int32
参照先のフルテキスト カタログで一意にアドレス可能な単語の数を示す Int32 値です。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextCatalog クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT CATALOG (Transact-SQL)