Sdílet prostřednictvím


ISqlStatisticBound.Statistics – vlastnost

Získá seznam statistik, které se u tohoto objektu.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlStatisticBound Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů