다음을 통해 공유


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입니다.

특성

적용 대상