Partager via


FullTextStopListAction.IsAdd, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'une action ADD/DROP.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

FullTextStopListAction Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms