Configuration.FullTextNotifyBandwidthMax Property

Definition

Use the FullTextNotifyBandwidth[min, max] options to specify the size to which the pool of small memory buffers can grow. Small memory buffers are 64 kilobytes (KB) in size. The FullTextNotifyBandwidthMax parameter value specifies the maximum number of buffers that the full-text memory manager should maintain in a small buffer pool. If the max value is zero, then there is no upper limit to the number of buffers that can be in a small buffer pool.

public Microsoft.SqlServer.Management.Smo.ConfigProperty FullTextNotifyBandwidthMax { get; }
member this.FullTextNotifyBandwidthMax : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property FullTextNotifyBandwidthMax As ConfigProperty

Property Value

Applies to