Udostępnij za pośrednictwem


Właściwość TableViewBase.Statistics

Reprezentuje kolekcja Statistic obiektów.Każdy Statistic obiekt reprezentuje licznika statystyki zdefiniowanego w tabela lub widoku.

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

Składnia

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Statistic))> _
Public ReadOnly Property Statistics As StatisticCollection
    Get
'Użycie
Dim instance As TableViewBase
Dim value As StatisticCollection

value = instance.Statistics
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Statistic))]
public StatisticCollection Statistics { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Statistic))]
public:
property StatisticCollection^ Statistics {
    StatisticCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Statistic))>]
member Statistics : StatisticCollection
function get Statistics () : StatisticCollection

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.StatisticCollection
A StatisticCollection obiekt, który reprezentuje wszystkie liczniki statystyk zdefiniowanych w tabela lub widoku.