UpdateStatistics 메서드 (StatisticsScanType, Int32, Boolean)
샘플링된 검색을 사용하여 이 열을 모니터링하는 Statistic 개체를 업데이트합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub UpdateStatistics ( _
scanType As StatisticsScanType, _
sampleValue As Integer, _
recompute As Boolean _
)
‘사용 방법
Dim instance As Column
Dim scanType As StatisticsScanType
Dim sampleValue As Integer
Dim recompute As Boolean
instance.UpdateStatistics(scanType, sampleValue, _
recompute)
public void UpdateStatistics(
StatisticsScanType scanType,
int sampleValue,
bool recompute
)
public:
void UpdateStatistics(
StatisticsScanType scanType,
int sampleValue,
bool recompute
)
member UpdateStatistics :
scanType:StatisticsScanType *
sampleValue:int *
recompute:bool -> unit
public function UpdateStatistics(
scanType : StatisticsScanType,
sampleValue : int,
recompute : boolean
)
매개 변수
- scanType
유형: Microsoft.SqlServer.Management.Smo. . :: . .StatisticsScanType
Statistic 개체 생성 또는 업데이트 중 수행할 작업의 유형을 지정하는 StatisticsScanType 개체 값입니다.
- sampleValue
유형: System. . :: . .Int32
샘플링된 검색에 사용할 행 수 또는 총 행 수의 비율을 지정하는 Int32 값입니다. 이 매개 변수는 scanType이 샘플링된 검색을 나타내는 경우에만 필수입니다.
- recompute
유형: System. . :: . .Boolean
통계를 자동으로 다시 계산할지 여부를 지정하는 Boolean 값입니다.
True 이면 통계가 자동으로 다시 계산되고, 그렇지 않으면 False입니다.
주의
[!참고]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.