FullTextCrawlRangeMax 屬性
命名空間: 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)