ISqlStatisticBound.Statistics 屬性

取得套用至此物件之統計資料的清單。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<ISqlStatistic>

.NET Framework 安全性

請參閱

參考

ISqlStatisticBound 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間