Свойство FullTextStopListAction.IsAdd

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsAdd As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

FullTextStopListAction Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom