Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the minimum value of the full text crawl bandwidth.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property FullTextCrawlBandwidthMin As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FullTextCrawlBandwidthMin
instance.FullTextCrawlBandwidthMin = value
int FullTextCrawlBandwidthMin { get; set; }
property int FullTextCrawlBandwidthMin {
int get ();
void set (int value);
}
abstract FullTextCrawlBandwidthMin : int with get, set
function get FullTextCrawlBandwidthMin () : int
function set FullTextCrawlBandwidthMin (value : int)
Eigenschaftswert
Typ: System.Int32
The minimum value of the full text crawl bandwidth.