Propriété FullTextNotifyBandwidthMax
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Maximum 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 FullTextNotifyBandwidthMax As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.FullTextNotifyBandwidthMax
public ConfigProperty FullTextNotifyBandwidthMax { get; }
public:
property ConfigProperty^ FullTextNotifyBandwidthMax {
ConfigProperty^ get ();
}
member FullTextNotifyBandwidthMax : ConfigProperty
function get FullTextNotifyBandwidthMax () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Maximum de la bande passante de la notification de texte intégral.
Notes
The FullTextNotifyBandwidthMax property sets the full text notify bandwidth max configuration option. This property is used to set the maximum value of the full-text crawl notify.
Voir aussi