다음을 통해 공유


DacDeployOptions.IgnoreTablePartitionOptions 속성

정의

원본 및 대상 모델을 비교할 때 테이블 파티션 옵션의 RANGE 및 BOUNDARY VALUES 옵션을 제외할지 여부를 지정하는 부울을 가져오거나 설정합니다.

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

속성 값

True이면 테이블 파티션 옵션의 측면을 무시합니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상