Partilhar via


Propriedade ISql100FullTextIndex.DoUseSystemStopList

Obtém ou define um valor que indica se deve usar a lista de parada do sistema.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property DoUseSystemStopList As Boolean
    Get
    Set
bool DoUseSystemStopList { get; set; }
property bool DoUseSystemStopList {
    bool get ();
    void set (bool value);
}
abstract DoUseSystemStopList : bool with get, set
function get DoUseSystemStopList () : boolean
function set DoUseSystemStopList (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100FullTextIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel