ISqlStatisticBound.Statistics プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property Statistics As IList(Of ISqlStatistic)
'使用
Dim instance As ISqlStatisticBound
Dim value As IList(Of ISqlStatistic)
value = instance.Statistics
IList<ISqlStatistic> Statistics { get; }
property IList<ISqlStatistic^>^ Statistics {
IList<ISqlStatistic^>^ get ();
}
function get Statistics () : IList<ISqlStatistic>
プロパティ値
型 : System.Collections.Generic.IList<ISqlStatistic>