Właściwość IServerConfigurationFacet.FullTextNotifyBandwidthMax
Pobiera lub ustawia wartość właściwość FullTextNotifyBandwidthMax.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property FullTextNotifyBandwidthMax As Integer
Get
Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FullTextNotifyBandwidthMax
instance.FullTextNotifyBandwidthMax = value
int FullTextNotifyBandwidthMax { get; set; }
property int FullTextNotifyBandwidthMax {
int get ();
void set (int value);
}
abstract FullTextNotifyBandwidthMax : int with get, set
function get FullTextNotifyBandwidthMax () : int
function set FullTextNotifyBandwidthMax (value : int)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także