ISql100FullTextIndex.StopList-Eigenschaft

Ruft die zu verwendende benutzerdefinierte Stoppliste ab oder legt diese fest.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100FullTextIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace