Свойство SqlDeploymentOptions.ScriptDatabaseCompatibility

Get or set boolean that specifies whether the target database should be altered to match the source model's compatibility level.

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

Синтаксис

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

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

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

Тип: System.Boolean
True to alter the target database's compatibility level; otherwise, false. Default is false.

См. также

Справочник

SqlDeploymentOptions Класс

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