共用方式為


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。

屬性

適用於