Compartir a través de


IServerConfigurationFacet.FullTextNotifyBandwidthMax Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Property FullTextNotifyBandwidthMax As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo