This topic has not yet been rated - Rate this topic

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)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
	typeof(Statistic))]
public StatisticCollection Statistics { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.StatisticCollection
A StatisticCollection object that represents all the statistic counters defined on the table or view.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.