Expand Minimize
This topic has not yet been rated - Rate this topic

StopListOption Enumeration

The StopListOption enumeration contains values that are used to specify the way in which a new stop list is created.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum StopListOption
Member nameDescription
OffThis will not associate any StopListOption with the specified FullTextIndex index.
SystemThe stop list is created by copying the stop list from the resource database.
NameCreates a new stop list from an existing named stop list.

The StopListOption enumeration class is served by the FullTextIndex class.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.