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 命名空间