Configuration.FullTextCrawlRangeMax プロパティ
full text crawl range max 構成オプションを設定するための ConfigProperty オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property FullTextCrawlRangeMax As ConfigProperty
Get
'使用
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.FullTextCrawlRangeMax
public ConfigProperty FullTextCrawlRangeMax { get; }
public:
property ConfigProperty^ FullTextCrawlRangeMax {
ConfigProperty^ get ();
}
member FullTextCrawlRangeMax : ConfigProperty
function get FullTextCrawlRangeMax () : ConfigProperty
プロパティ値
型: Microsoft.SqlServer.Management.Smo.ConfigProperty
full text crawl range max 構成オプションの設定を示す ConfigProperty オブジェクトです。
説明
FullTextCrawlRangeMax プロパティは full text crawl range max 構成オプションを設定します。 このプロパティは、フルテキスト クロール範囲の最大値を設定するために使用されます。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間