Compartir a través de


FullTextStopListAction.StopWord Propiedad

Gets or sets the stop word.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property StopWord As Literal 
    Get 
    Set
'Uso
Dim instance As FullTextStopListAction 
Dim value As Literal 

value = instance.StopWord

instance.StopWord = value
public Literal StopWord { get; set; }
public:
property Literal^ StopWord {
    Literal^ get ();
    void set (Literal^ value);
}
member StopWord : Literal with get, set
function get StopWord () : Literal 
function set StopWord (value : Literal)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The stop word.

Vea también

Referencia

FullTextStopListAction Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom