Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Get or set boolean that specifies whether to exclude all extended properties 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 IgnoreExtendedProperties As Boolean
Get
'Применение
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.IgnoreExtendedProperties
public bool IgnoreExtendedProperties { get; }
public:
property bool IgnoreExtendedProperties {
bool get ();
}
member IgnoreExtendedProperties : bool
function get IgnoreExtendedProperties () : boolean
Значение свойства
Тип: System.Boolean
True to ignore differences in extended properties; otherwise, false. Default is false.