Compartir a través de


FullTextIndex.StopListOption Propiedad

Gets the stop list option associated with the full-text index.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListOption As StopListOption 
    Get 
    Set
'Uso
Dim instance As FullTextIndex 
Dim value As StopListOption 

value = instance.StopListOption

instance.StopListOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StopListOption StopListOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StopListOption StopListOption {
    StopListOption get ();
    void set (StopListOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListOption : StopListOption with get, set
function get StopListOption () : StopListOption 
function set StopListOption (value : StopListOption)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.StopListOption
A StopListOption value that specifies the stop list option.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)