Propriedade AlterAssemblyStatement.IsDropAll

Obtém ou define se SOLTAR FILE ALL foi especificado.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se foi especificado SOLTE FILE ALL; Caso contrário, False.

Segurança do .NET Framework

Consulte também

Referência

AlterAssemblyStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql