次の方法で共有


ItemCount プロパティ

カタログのフルテキスト インデックスが作成された行の総数を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property ItemCount As Integer
    Get
'使用
Dim instance As FullTextCatalog
Dim value As Integer

value = instance.ItemCount
[SfcPropertyAttribute]
public int ItemCount { get; }
[SfcPropertyAttribute]
public:
property int ItemCount {
    int get ();
}
[<SfcPropertyAttribute>]
member ItemCount : int
function get ItemCount () : int

プロパティ値

型: System. . :: . .Int32
参照先のフルテキスト カタログのフルテキスト インデックスが作成された行数を示す Int32 値です。