Proprietà ISql100FullTextIndex.IsStopListOff

Ottiene o imposta un valore che indica se l'opzione STOPLIST è OFF.

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

Sintassi

'Dichiarazione
Property IsStopListOff As Boolean
    Get
    Set
bool IsStopListOff { get; set; }
property bool IsStopListOff {
    bool get ();
    void set (bool value);
}
abstract IsStopListOff : bool with get, set
function get IsStopListOff () : boolean
function set IsStopListOff (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100FullTextIndex Interfaccia

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