Partilhar via


Propriedade ISql90ServerOptions.FtNotifyMinBandwidth

Obtém ou define um valor que modela o ft notificar a configuração de largura de banda do min.

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

Sintaxe

'Declaração
Property FtNotifyMinBandwidth As Nullable(Of Integer)
    Get
    Set
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel