FullTextStopListAction.IsAdd-Eigenschaft

Ruft einen Wert ab, der angibt, ob es sich um eine ADD/DROP-Aktion handelt, oder legt diesen fest.

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

Syntax

'Declaration
Public Property IsAdd As Boolean
    Get
    Set
public bool IsAdd { get; set; }
public:
property bool IsAdd {
    bool get ();
    void set (bool value);
}
member IsAdd : bool with get, set
function get IsAdd () : boolean
function set IsAdd (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

FullTextStopListAction Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace