Propriedade do RDL FullTextCrawlBandwidthMin
Obtém o objeto ConfigProperty usado para definir a opção de configuração de mín. de largura de banda de rastreamento de texto completo.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property FullTextCrawlBandwidthMin As ConfigProperty
Get
'Uso
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.FullTextCrawlBandwidthMin
public ConfigProperty FullTextCrawlBandwidthMin { get; }
public:
property ConfigProperty^ FullTextCrawlBandwidthMin {
ConfigProperty^ get ();
}
member FullTextCrawlBandwidthMin : ConfigProperty
function get FullTextCrawlBandwidthMin () : ConfigProperty
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Um objeto ConfigProperty que especifica as definições da opção de configuração de mín. de largura de banda de rastreamento de texto completo.
Comentários
The FullTextCrawlBandwidthMin property sets the full text crawl bandwidth min configuration option. This property is used to set the minimum value of the full-text crawl bandwidth.
Consulte também