Propriedade FullTextStopListAction.IsAll

Obtém ou define um valor que indica se todos for especificado na ação de SOLTAR.

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

Sintaxe

'Declaração
Public Property IsAll As Boolean
    Get
    Set
public bool IsAll { get; set; }
public:
property bool IsAll {
    bool get ();
    void set (bool value);
}
member IsAll : bool with get, set
function get IsAll () : boolean
function set IsAll (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

FullTextStopListAction Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql