Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The StopListOption enumeration contains values that are used to specify the way in which a new stop list is created.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration StopListOption
'Uso
Dim instance As StopListOption
public enum StopListOption
public enum class StopListOption
type StopListOption
public enum StopListOption
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Name | Creates a new stop list from an existing named stop list. | |
| 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. |
Comentarios
The StopListOption enumeration class is served by the FullTextIndex class.