Share via


DacExportOptions.VerifyFullTextDocumentTypesSupported 属性

定义

获取或设置布尔值,指定是否应验证Microsoft Azure SQL 数据库 v12 支持的全文文档类型。

public bool VerifyFullTextDocumentTypesSupported { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyFullTextDocumentTypesSupported")]
public bool VerifyFullTextDocumentTypesSupported { get; set; }
member this.VerifyFullTextDocumentTypesSupported : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "VerifyFullTextDocumentTypesSupported")>]
member this.VerifyFullTextDocumentTypesSupported : bool with get, set
Public Property VerifyFullTextDocumentTypesSupported As Boolean

属性值

如果应验证包,则为 true;否则为 false。 默认值为 false。

属性

适用于