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 Measurement : Microsoft.SqlServer.Management.Assessment.IDataRow, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type Measurement = class
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface IDataRow
Public Class Measurement
Implements ICollection(Of KeyValuePair(Of String, Object)), IDataRow, IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))