Statistic.Update 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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)
매개 변수
- scanType
- 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)
매개 변수
- scanType
- StatisticsScanType
- 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)
매개 변수
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean