Перечисление StopListOption
The StopListOption enumeration contains values that are used to specify the way in which a new stop list is created.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration StopListOption
'Применение
Dim instance As StopListOption
public enum StopListOption
public enum class StopListOption
type StopListOption
public enum StopListOption
Элементы
Имя элемента | Описание | |
---|---|---|
Off | This will not associate any StopListOption with the specified FullTextIndex index. | |
System | The stop list is created by copying the stop list from the resource database. | |
Name | Creates a new stop list from an existing named stop list. |