Compartilhar via


Propriedade Sql90SchemaDeploymentOptions.IgnoreRouteLifetime

Obtém ou define um valor que indica se a configuração de tempo de vida de rota será ignorada 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 IgnoreRouteLifetime As Boolean
    Get
    Set
public bool IgnoreRouteLifetime { get; set; }
public:
property bool IgnoreRouteLifetime {
    bool get ();
    void set (bool value);
}
member IgnoreRouteLifetime : bool with get, set
function get IgnoreRouteLifetime () : boolean
function set IgnoreRouteLifetime (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