Metoda SetScanOptions
Ustawia opcje skanowania dla licznika statystyki.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub SetScanOptions ( _
type As StatisticsScanType, _
no As Integer _
)
'Użycie
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
)
Parameters
- type
Typ: Microsoft.SqlServer.Management.Smo. . :: . .StatisticsScanType
A StatisticsScanType obiekt, który określa typ skanowania Statystyka.
- no
Typ: System. . :: . .Int32
Int32 Wartość, która określa rozmiar wartości próbki.
Zobacz także