FullTextCatalog.ErrorLogSize プロパティ

エラー ログのサイズを取得します。

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

構文

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

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

プロパティ値

型: System.Int32
フルテキスト カタログのエラー ログのサイズをバイト単位で示す Int32 値です。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextCatalog クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT CATALOG (Transact-SQL)