MeasurementCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
MeasurementCollection() | |
MeasurementCollection(IEnumerable<Measurement>) | |
MeasurementCollection(Measurement[]) |