Compartir a través de


FullTextStopListAction.IsAll (Propiedad)

Obtiene o establece un valor que indica si se especifica ALL en la acción DROP.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

FullTextStopListAction Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)