FullTextIndex.ItemCount プロパティ
フルテキスト インデックス項目の数を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ItemCount As Integer
Get
'使用
Dim instance As FullTextIndex
Dim value As Integer
value = instance.ItemCount
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ItemCount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ItemCount {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ItemCount : int
function get ItemCount () : int
プロパティ値
型: System.Int32
フルテキスト インデックス項目の数を示す Int32 値です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間