Proprietà ISql90ServerOptions.MaxFulltextCrawlRange

Ottiene o imposta un valore che modella l'impostazione max fulltext crawl range.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>)

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel