FullTextCrawlRangeMax プロパティ

SQL Server がフル インデックス クロール中に使用できる最大パーティション数を取得します。値の設定も可能です。

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

構文

'宣言
Public Property FullTextCrawlRangeMax As Integer
    Get
    Set
'使用
Dim instance As ServerAdapterBase
Dim value As Integer

value = instance.FullTextCrawlRangeMax

instance.FullTextCrawlRangeMax = value
public int FullTextCrawlRangeMax { get; set; }
public:
virtual property int FullTextCrawlRangeMax {
    int get () sealed;
    void set (int value) sealed;
}
abstract FullTextCrawlRangeMax : int with get, set
override FullTextCrawlRangeMax : int with get, set
final function get FullTextCrawlRangeMax () : int
final function set FullTextCrawlRangeMax (value : int)

プロパティ値

型: System. . :: . .Int32
フル インデックス クロールで使用できる最大パーティション数を示す Int32 値です。