Share via


ISql100FullTextIndex.DoUseSystemStopList Property

Gets or sets whether to use a system stoplist.

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

Syntax

'Declaration
Property DoUseSystemStopList As Boolean
    Get
    Set
'Usage
Dim instance As ISql100FullTextIndex
Dim value As Boolean

value = instance.DoUseSystemStopList

instance.DoUseSystemStopList = value
bool DoUseSystemStopList { get; set; }
property bool DoUseSystemStopList {
    bool get ();
    void set (bool value);
}
function get DoUseSystemStopList () : boolean
function set DoUseSystemStopList (value : boolean)
abstract DoUseSystemStopList : bool with get, set

Property Value

Type: System.Boolean
Returns True if should use a system stoplist; otherwise, False.

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace