Свойство SqlDeploymentOptions.IgnoreRouteLifetime

Get or set boolean that specifies whether to exclude the LIFETIME option of ROUTE objects from consideration when comparing the source and target model.

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property IgnoreRouteLifetime As Boolean 
    Get
'Применение
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.IgnoreRouteLifetime
public bool IgnoreRouteLifetime { get; }
public:
property bool IgnoreRouteLifetime {
    bool get ();
}
member IgnoreRouteLifetime : bool
function get IgnoreRouteLifetime () : boolean

Значение свойства

Тип: System.Boolean
True to ignore the LIFETIME option of ROUTE objects; otherwise, false. Default is true.

См. также

Справочник

SqlDeploymentOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment