Compartir a través de


SqlDeploymentOptions.IgnoreAuthorizer Property

Definition

Get boolean that specifies whether to exclude the AUTHORIZATION option from consideration when comparing the source and target model.

public bool IgnoreAuthorizer { get; }
member this.IgnoreAuthorizer : bool
Public ReadOnly Property IgnoreAuthorizer As Boolean

Property Value

True to ignore differences in the AUTHORIZATION option; otherwise, false. Default is false.

Applies to