DacExportOptions.VerifyFullTextDocumentTypesSupported プロパティ

定義

Microsoft Azure SQL Database 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 です。

属性

適用対象