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