Partager via


Propriété FullTextStopListAction.StopWord

Gets or sets the stop word.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property StopWord As Literal 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

FullTextStopListAction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom