Partilhar via


Propriedade ISql100FullTextIndex.StopList

Obtém ou define a lista de parada personalizada para usar.

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

Sintaxe

'Declaração
Property StopList As ISql100FullTextStopList
    Get
    Set
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
    ISql100FullTextStopList^ get ();
    void set (ISql100FullTextStopList^ value);
}
abstract StopList : ISql100FullTextStopList with get, set
function get StopList () : ISql100FullTextStopList
function set StopList (value : ISql100FullTextStopList)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList

Segurança do .NET Framework

Consulte também

Referência

ISql100FullTextIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel