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