다음을 통해 공유


DacExtractOptions.ExtractAllTableData 속성

정의

모든 사용자 테이블에 대한 데이터를 추출할지 여부를 지정하는 부울을 가져오거나 설정합니다.

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

속성 값

모든 사용자 테이블에 대한 데이터를 추출하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상