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