Share via


ISql100FullTextIndex.DoUseSystemStopList Property

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

Syntax

'Declaration
Property DoUseSystemStopList As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

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