Compartir a través de


ISql90ServerOptions.FtNotifyMinBandwidth (Propiedad)

Obtiene o establece un valor que modela la configuración de ancho de banda para notificación de texto completo (mín.).

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISql90ServerOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)