MeasurementCollection Class

Definition

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)
Inheritance
MeasurementCollection
Implements

Constructors

MeasurementCollection()
MeasurementCollection(IEnumerable<Measurement>)
MeasurementCollection(Measurement[])

Applies to