Share via


MeasurementCollection Class

Definition

public class MeasurementCollection : Microsoft.SqlServer.Management.Assessment.Data.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
    interface IDataView
    interface IReadOnlyList<IDataRow>
    interface seq<IDataRow>
    interface IEnumerable
    interface IReadOnlyCollection<IDataRow>
Public Class MeasurementCollection
Implements IDataView, IEnumerable(Of IDataRow), IReadOnlyCollection(Of IDataRow), IReadOnlyList(Of IDataRow)
Inheritance
MeasurementCollection
Implements

Constructors

MeasurementCollection(Measurement[])

Properties

Count
Item[Int32]

Methods

GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to