Свойство SqlDeploymentOptions.IgnoreDefaultSchema

Get or set boolean that specifies whether to exclude the DEFAULT_SCHEMA option 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 IgnoreDefaultSchema As Boolean 
    Get
'Применение
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

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

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

Тип: System.Boolean
True to ignore differences in the DEFAULT_SCHEMA options; otherwise, false. Default is false.

См. также

Справочник

SqlDeploymentOptions Класс

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