Freigeben über


Statistics-Klasse

Model schema container class for Statistics

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.Statistics

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Statistics
'Usage
public static class Statistics
public ref class Statistics abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Statistics =  class end
public final class Statistics

Der Statistics-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element Columns Columns relationship class of Statistics
Öffentliche EigenschaftStatisches Element ExpressionDependencies ExpressionDependencies relationship class of Statistics
Öffentliche EigenschaftStatisches Element FilterPredicate FilterPredicate property class of Statistics
Öffentliche EigenschaftStatisches Element NoRecompute NoRecompute property class of Statistics
Öffentliche EigenschaftStatisches Element OnObject OnObject relationship class of Statistics
Öffentliche EigenschaftStatisches Element SampleSize SampleSize property class of Statistics
Öffentliche EigenschaftStatisches Element SamplingStyle SamplingStyle property class of Statistics
Öffentliche EigenschaftStatisches Element StatsStream StatsStream property class of Statistics
Öffentliche EigenschaftStatisches Element TypeClass Type class for Statistics

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace