Condividi tramite


Proprietà IServerConfigurationFacet.FullTextNotifyBandwidthMax

Gets or sets the maximum value of the full text notify bandwidth.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Property FullTextNotifyBandwidthMax As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.FullTextNotifyBandwidthMax

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

Valore proprietà

Tipo: System.Int32
The maximum value of the full text notify bandwidth.

Vedere anche

Riferimento

IServerConfigurationFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo