Share via


ISql90ServerOptions.FtNotifyMinBandwidth Property

Gets or sets a value that models the ft notify min bandwidth setting.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property FtNotifyMinBandwidth As Nullable(Of Integer)
Nullable<int> FtNotifyMinBandwidth { get; set; }
property Nullable<int> FtNotifyMinBandwidth {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract FtNotifyMinBandwidth : Nullable<int> with get, set
function get FtNotifyMinBandwidth () : Nullable<int>
function set FtNotifyMinBandwidth (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace