IServerConfigurationFacet.FullTextNotifyBandwidthMin Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the FullTextNotifyBandwidthMin property value.

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

Syntax

int FullTextNotifyBandwidthMin { get; set; }
property int FullTextNotifyBandwidthMin {
    int get();
    void set(int value);
}
abstract FullTextNotifyBandwidthMin : int with get, set
Property FullTextNotifyBandwidthMin As Integer

Property Value

Type: System.Int32

The FullTextNotifyBandwidthMin property value.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top