언어

Statistic.Update 메서드

정의

오버로드

Name Description
Update()

통계를 업데이트합니다.

Update(StatisticsScanType)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형을 결정합니다(FullScan, Percent Sample, Rows Sample, Resample)</param>
Update(StatisticsScanType, Int32)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형을 결정합니다(FullScan, Percent Sample, Rows Sample, Resample)</param><param name="sampleValue">는 샘플</매개 변수에 대한 백분율 또는 행을 결정합니다.>
Update(StatisticsScanType, Int32, Boolean)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형(FullScan, Percent Sample, Rows Sample, Resample)</param><param name="sampleValue">determines percent or rows to sample</param param><name="recompute">determines automatic statistics update is enabled</param>

Update()

통계를 업데이트합니다.

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

적용 대상

Update(StatisticsScanType)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형을 결정합니다(FullScan, Percent Sample, Rows Sample, Resample)</param>
public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType -> unit
Public Sub Update (scanType As StatisticsScanType)

매개 변수

적용 대상

Update(StatisticsScanType, Int32)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형을 결정합니다(FullScan, Percent Sample, Rows Sample, Resample)</param><param name="sampleValue">는 샘플</매개 변수에 대한 백분율 또는 행을 결정합니다.>
public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int -> unit
Public Sub Update (scanType As StatisticsScanType, sampleValue As Integer)

매개 변수

sampleValue
Int32

적용 대상

Update(StatisticsScanType, Int32, Boolean)

통계를 업데이트합니다.

<param name="scanType">은 검사 유형(FullScan, Percent Sample, Rows Sample, Resample)</param><param name="sampleValue">determines percent or rows to sample</param param><name="recompute">determines automatic statistics update is enabled</param>
public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue, bool recompute);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int * bool -> unit
Public Sub Update (scanType As StatisticsScanType, sampleValue As Integer, recompute As Boolean)

매개 변수

sampleValue
Int32
recompute
Boolean

적용 대상