Propriedade ISql90ServerOptions.MaxFulltextCrawlRange
Obtém ou define um valor que modela a configuração de intervalo de rastreamento fulltext máx.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property MaxFulltextCrawlRange As Nullable(Of Integer)
Get
Set
Nullable<int> MaxFulltextCrawlRange { get; set; }
property Nullable<int> MaxFulltextCrawlRange {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract MaxFulltextCrawlRange : Nullable<int> with get, set
function get MaxFulltextCrawlRange () : Nullable<int>
function set MaxFulltextCrawlRange (value : Nullable<int>)
Valor de propriedade
Tipo: System.Nullable<Int32>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.