Propriedade do RDL IServerConfigurationFacet.FullTextNotifyBandwidthMin

Gets or sets the FullTextNotifyBandwidthMin property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int32
The FullTextNotifyBandwidthMin property value.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo