FullTextCrawlBandwidthMax 속성
Gets or sets the value of the FullTextCrawlBandwidthMax property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Property FullTextCrawlBandwidthMax As Integer
Get
Set
‘사용 방법
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FullTextCrawlBandwidthMax
instance.FullTextCrawlBandwidthMax = value
int FullTextCrawlBandwidthMax { get; set; }
property int FullTextCrawlBandwidthMax {
int get ();
void set (int value);
}
abstract FullTextCrawlBandwidthMax : int with get, set
function get FullTextCrawlBandwidthMax () : int
function set FullTextCrawlBandwidthMax (value : int)