Statistic.SetScanOptions 메서드

Sets the scan options for the statistic counter.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
‘사용 방법
Dim instance As Statistic 
Dim type As StatisticsScanType 
Dim no As Integer

instance.SetScanOptions(type, no)
public void SetScanOptions(
    StatisticsScanType type,
    int no
)
public:
void SetScanOptions(
    StatisticsScanType type, 
    int no
)
member SetScanOptions : 
        type:StatisticsScanType * 
        no:int -> unit
public function SetScanOptions(
    type : StatisticsScanType, 
    no : int
)

매개 변수

  • no
    유형: System.Int32
    An Int32 value that specifies the size of the sample value.

통계 생성 및 업데이트

참고 항목

참조

Statistic 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE STATISTICS(Transact-SQL)