Statistic.StatisticColumns Property
Represents a collection of StatisticColumn objects. Each StatisticColumn object represents a column defined on the statistic counter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(StatisticColumn))> _
Public ReadOnly Property StatisticColumns As StatisticColumnCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(StatisticColumn))]
public StatisticColumnCollection StatisticColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, typeof(StatisticColumn))]
public:
property StatisticColumnCollection^ StatisticColumns {
StatisticColumnCollection^ get ();
}
/** @property */
public StatisticColumnCollection get_StatisticColumns ()
public function get StatisticColumns () : StatisticColumnCollection
Property Value
A StatisticColumnCollection object that represents all the statistic columns defined on the statistics counter.
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.
See Also
Reference
Statistic Class
Statistic Members
Microsoft.SqlServer.Management.Smo Namespace