Compartir a través de


ISql100FullTextIndex.StopList (Propiedad)

Obtiene o establece la lista de palabras irrelevantes personalizada que se va a usar.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100FullTextIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)