Свойство SqlDeploymentOptions.IgnoreTableOptions

Get or set boolean that specifies whether the options on the target table are updated to match the source table.

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

Синтаксис

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

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

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

Тип: System.Boolean
True to ignore difference in table options and not update the target table; otherwise, false. Default is false.

См. также

Справочник

SqlDeploymentOptions Класс

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