Partager via


ISql90ServerOptions.FtNotifyMaxBandwidth, propriété

Obtient ou définit une valeur qui modélise le paramètre Bande passante de la notification de texte intégral (Max).

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms