Share via


ISqlStatisticBound.Statistics (Propiedad)

Obtiene la lista de estadísticas que se aplican a este objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlStatisticBound Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)