Propriété FullTextNotifyBandwidthMin
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Minimum de la bande passante de la notification de texte intégral.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FullTextNotifyBandwidthMin As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.FullTextNotifyBandwidthMin
public ConfigProperty FullTextNotifyBandwidthMin { get; }
public:
property ConfigProperty^ FullTextNotifyBandwidthMin {
ConfigProperty^ get ();
}
member FullTextNotifyBandwidthMin : ConfigProperty
function get FullTextNotifyBandwidthMin () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Minimum de la bande passante de la notification de texte intégral.
Notes
The FullTextNofifyBandwidthMin()()()()property sets the full text notify bandwidth min configuration option. This property is used to set the minimum value of the full-text crawl notify.
Voir aussi