Partager via


Propriété IServerConfigurationFacet.FullTextNotifyBandwidthMin

Gets or sets the FullTextNotifyBandwidthMin property value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Property FullTextNotifyBandwidthMin As Integer 
    Get 
    Set
'Utilisation
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.FullTextNotifyBandwidthMin

instance.FullTextNotifyBandwidthMin = value
int FullTextNotifyBandwidthMin { get; set; }
property int FullTextNotifyBandwidthMin {
    int get ();
    void set (int value);
}
abstract FullTextNotifyBandwidthMin : int with get, set
function get FullTextNotifyBandwidthMin () : int 
function set FullTextNotifyBandwidthMin (value : int)

Valeur de propriété

Type : System.Int32
The FullTextNotifyBandwidthMin property value.

Voir aussi

Référence

IServerConfigurationFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo