Share via


ProbeCollection Class

Definition

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)
Inheritance
ProbeCollection
Implements

Applies to