Condividi tramite


Proprietà ISqlStatisticBound.Statistics

Ottiene l'elenco di statistiche che si applicano a questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlStatisticBound Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel