Udostępnij za pośrednictwem


Wyliczenie StatisticsTarget

StatisticsTarget Wyliczenie zawiera wartości, które określają typ statystyki, który ma być celem operacji aktualizacji.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Enumeration StatisticsTarget
'Użycie
Dim instance As StatisticsTarget
public enum StatisticsTarget
public enum class StatisticsTarget
type StatisticsTarget
public enum StatisticsTarget

Elementy członkowskie

Nazwa elementu członkowskiego Opis
All Wartość = 3.Informacje statystyczne są zbierane dla kolumn i indeksy.Ta opcja jest domyślnie.
Column Wartość = 1.Informacje statystyczne są zbierane tylko do kolumn.
Index Wartość = 2.Informacje statystyczne są zbierane tylko indeksów.

Uwagi

StatisticsTarget Dyktującym wyliczanie klasy UpdateStatistics metoda.