ISqlStatisticBound.Statistics Property

Gets a list of statistics.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Statistics As IList(Of ISqlStatistic)
    Get
'Usage
Dim instance As ISqlStatisticBound
Dim value As IList(Of ISqlStatistic)

value = instance.Statistics
IList<ISqlStatistic> Statistics { get; }
property IList<ISqlStatistic^>^ Statistics {
    IList<ISqlStatistic^>^ get ();
}
function get Statistics () : IList<ISqlStatistic>
abstract Statistics : IList<ISqlStatistic>

Property Value

Type: System.Collections.Generic.IList<ISqlStatistic>
Returns a list of ISqlStatistic instances.

.NET Framework Security

See Also

Reference

ISqlStatisticBound Interface

ISqlStatisticBound Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace