Partilhar via


Propriedade do RDL FullTextStopListAction.IsAdd

Gets or sets a value that indicates whether this is an ADD/DROP action.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property IsAdd As Boolean 
    Get 
    Set
'Uso
Dim instance As FullTextStopListAction 
Dim value As Boolean 

value = instance.IsAdd

instance.IsAdd = value
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)

Valor da propriedade

Tipo: System.Boolean
True if this is an ADD/DROP action; otherwise, false.

Consulte também

Referência

FullTextStopListAction Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom