Compartir a través de


IServerConfigurationFacet.FullTextNotifyBandwidthMin Propiedad

Gets or sets the FullTextNotifyBandwidthMin property value.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Int32
The FullTextNotifyBandwidthMin property value.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo