Compartilhar via


Propriedade SqlSchemaDeploymentOptions.IgnorePermissions

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build