Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)