Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)