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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.