Freigeben über


ISql90ServerOptions.FtNotifyMaxBandwidth-Eigenschaft

Ruft einen Wert ab, der die Einstellung Maximale Bandbreite für Volltextbenachrichtigung modelliert, oder legt diesen fest.

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

Syntax

'Declaration
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>)

Eigenschaftswert

Typ: System.Nullable<Int32>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ServerOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace