Compartir a través de


Sql90SchemaDeploymentOptions.IgnoreRouteLifetime (Propiedad)

Obtiene o establece un valor que indica si se omitirá la configuración de duración de la ruta 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 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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

Sql90SchemaDeploymentOptions Clase

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