Sql90SchemaDeploymentOptions.IgnoreAuthorizer (Propiedad)

Obtiene o establece un valor que indica si se omitirán los autorizadores durante la implementación.

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

Sintaxis

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

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

Sql90SchemaDeploymentOptions Clase

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