Compartir a través de


DacDeployOptions.IgnoreRouteLifetime Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la opción LIFETIME de los objetos ROUTE que se deben tener en cuenta al comparar el modelo de origen y de destino.

public bool IgnoreRouteLifetime { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreRouteLifetime")]
public bool IgnoreRouteLifetime { get; set; }
member this.IgnoreRouteLifetime : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreRouteLifetime")>]
member this.IgnoreRouteLifetime : bool with get, set
Public Property IgnoreRouteLifetime As Boolean

Valor de propiedad

True para omitir la opción LIFETIME de los objetos ROUTE; de lo contrario, false. El valor predeterminado es true.

Atributos

Se aplica a