MeasurementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public class MeasurementCollection : System.Collections.Generic.List<Microsoft.SqlServer.Management.Assessment.IDataRow>, Microsoft.SqlServer.Management.Assessment.IDataView, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Assessment.IDataRow>, System.Collections.Generic.IReadOnlyCollection<Microsoft.SqlServer.Management.Assessment.IDataRow>, System.Collections.Generic.IReadOnlyList<Microsoft.SqlServer.Management.Assessment.IDataRow>
type MeasurementCollection = class
inherit List<IDataRow>
interface IDataView
interface IReadOnlyList<IDataRow>
interface seq<IDataRow>
interface IEnumerable
interface IReadOnlyCollection<IDataRow>
Public Class MeasurementCollection
Inherits List(Of IDataRow)
Implements IDataView, IEnumerable(Of IDataRow), IReadOnlyCollection(Of IDataRow), IReadOnlyList(Of IDataRow)
- 継承
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| MeasurementCollection() | |
| MeasurementCollection(IEnumerable<Measurement>) | |
| MeasurementCollection(Measurement[]) | |