Column.UpdateStatistics 메서드

정의

오버로드

Name Description
UpdateStatistics(StatisticsScanType, Int32)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

UpdateStatistics(StatisticsScanType)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

UpdateStatistics(StatisticsScanType, Int32, Boolean)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

UpdateStatistics()

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

UpdateStatistics(StatisticsScanType, Int32)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

public void UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType, sampleValue As Integer)

매개 변수

sampleValue
Int32

적용 대상

UpdateStatistics(StatisticsScanType)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

public void UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType)

매개 변수

적용 대상

UpdateStatistics(StatisticsScanType, Int32, Boolean)

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

public void UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue, bool recompute);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int * bool -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType, sampleValue As Integer, recompute As Boolean)

매개 변수

sampleValue
Int32
recompute
Boolean

적용 대상

UpdateStatistics()

는 참조된 인덱스 또는 SQL Server 테이블에 정의된 모든 인덱스에 대한 데이터 배포 통계 업데이트를 강제합니다.

public void UpdateStatistics();
member this.UpdateStatistics : unit -> unit
Public Sub UpdateStatistics ()

적용 대상