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 : 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)