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

Constructors

ProbeCollection()

Properties

Count
IsReadOnly
Item[String]
Keys
Values

Methods

Add(KeyValuePair<String,ProbeFamily>)
Add(String, IProbe)
Add(String, ProbeFamily)
Clear()
Contains(KeyValuePair<String,ProbeFamily>)
Contains(ProbeFamily)
ContainsKey(String)
CopyTo(KeyValuePair<String,ProbeFamily>[], Int32)
CopyTo(ProbeFamily[], Int32)
GetEnumerator()
Remove(KeyValuePair<String,ProbeFamily>)
Remove(ProbeFamily)
Remove(String)
TryGetImplementation(String, ISqlObjectLocator, IProbe)
TryGetValue(String, ProbeFamily)

Explicit Interface Implementations

ICollection<ProbeFamily>.Add(ProbeFamily)
IEnumerable.GetEnumerator()
IEnumerable<KeyValuePair<String,ProbeFamily>>.GetEnumerator()

Applies to