SetStopListAlterFullTextIndexAction.StopListOption-Eigenschaft

Ruft die STOPLIST-Option ab bzw. legt sie fest.

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

Syntax

'Declaration
Public Property StopListOption As StopListFullTextIndexOption
    Get
    Set
public StopListFullTextIndexOption StopListOption { get; set; }
public:
property StopListFullTextIndexOption^ StopListOption {
    StopListFullTextIndexOption^ get ();
    void set (StopListFullTextIndexOption^ value);
}
member StopListOption : StopListFullTextIndexOption with get, set
function get StopListOption () : StopListFullTextIndexOption
function set StopListOption (value : StopListFullTextIndexOption)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SetStopListAlterFullTextIndexAction Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace