FullTextStopListAction.StopWord-Eigenschaft

Ruft das Stoppwort ab oder legt es fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property StopWord As Literal
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework-Sicherheit

Siehe auch

Referenz

FullTextStopListAction Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace