다음을 통해 공유


DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns 속성

정의

실제 배포 작업에서 인덱스/통계를 삭제할지 여부를 지정하는 부울을 가져오거나 설정합니다.

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

속성 값

True이면 배포 전에 드롭 통계 또는 인덱스를 수행합니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상