Share via


ISql100FullTextIndex.StopList Property

Gets or sets the custom stop list to use.

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

Syntax

'Declaration
Property StopList As ISql100FullTextStopList
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace