Поделиться через


Свойство IServerConfigurationFacet.FullTextNotifyBandwidthMin

Gets or sets the FullTextNotifyBandwidthMin property value.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Property FullTextNotifyBandwidthMin As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The FullTextNotifyBandwidthMin property value.

См. также

Справочник

IServerConfigurationFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo