Compartilhar via


Propriedade Sql90SchemaDeploymentOptions.IgnoreAuthorizer

Obtém ou define um valor que indica se os responsáveis pela autorização serão ignorados durante a implantação.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

Sql90SchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build