Partilhar via


Propriedade ISql90ServerOptions.FtNotifyMaxBandwidth

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

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

Sintaxe

'Declaração
Property FtNotifyMaxBandwidth As Nullable(Of Integer)
    Get
    Set
Nullable<int> FtNotifyMaxBandwidth { get; set; }
property Nullable<int> FtNotifyMaxBandwidth {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract FtNotifyMaxBandwidth : Nullable<int> with get, set
function get FtNotifyMaxBandwidth () : Nullable<int>
function set FtNotifyMaxBandwidth (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