Propriedade ISqlStatisticBound.Statistics

Obtém a lista de estatísticas que se aplicam a este objeto.

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

Sintaxe

'Declaração
ReadOnly Property Statistics As IList(Of ISqlStatistic)
    Get
IList<ISqlStatistic> Statistics { get; }
property IList<ISqlStatistic^>^ Statistics {
    IList<ISqlStatistic^>^ get ();
}
abstract Statistics : IList<ISqlStatistic>
function get Statistics () : IList<ISqlStatistic>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISqlStatistic>

Segurança do .NET Framework

Consulte também

Referência

ISqlStatisticBound Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel