Compartir a través de


AlterAssemblyStatement.IsDropAll (Propiedad)

Obtiene o establece si se especificó DROP FILE ALL.

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 IsDropAll As Boolean
    Get
    Set
public bool IsDropAll { get; set; }
public:
property bool IsDropAll {
    bool get ();
    void set (bool value);
}
member IsDropAll : bool with get, set
function get IsDropAll () : boolean
function set IsDropAll (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si se especificó DROP FILE ALL; de lo contrario, False.

Seguridad de .NET Framework

Vea también

Referencia

AlterAssemblyStatement Clase

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