Udostępnij za pośrednictwem


TableViewBase.Statistics Property

Represents a collection of Statistic objects. Each Statistic object represents a statistic counter that is defined on the table or view.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(Statistic))> _
Public ReadOnly Property Statistics As StatisticCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(Statistic))] 
public StatisticCollection Statistics { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(Statistic))] 
public:
property StatisticCollection^ Statistics {
    StatisticCollection^ get ();
}
/** @property */
public StatisticCollection get_Statistics ()
public function get Statistics () : StatisticCollection

Property Value

A StatisticCollection object that represents all the statistic counters defined on the table or view.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.