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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.