Aracılığıyla paylaş


ProbeFamily Class

Definition

public class ProbeFamily : Microsoft.SqlServer.Management.Assessment.Configuration.PatternDictionary<Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator,Microsoft.SqlServer.Management.Assessment.Probes.IProbe>
type ProbeFamily = class
    inherit PatternDictionary<ISqlObjectLocator, IProbe>
Public Class ProbeFamily
Inherits PatternDictionary(Of ISqlObjectLocator, IProbe)
Inheritance

Constructors

ProbeFamily()
ProbeFamily(String)

Properties

Count (Inherited from PatternDictionary<TKey,TValue>)
IsReadOnly (Inherited from PatternDictionary<TKey,TValue>)
Item[Int32] (Inherited from PatternDictionary<TKey,TValue>)
Item[TKey] (Inherited from PatternDictionary<TKey,TValue>)
Name

Methods

Add(TValue) (Inherited from PatternDictionary<TKey,TValue>)
AddRange(IEnumerable<TValue>) (Inherited from PatternDictionary<TKey,TValue>)
Clear() (Inherited from PatternDictionary<TKey,TValue>)
Contains(TValue) (Inherited from PatternDictionary<TKey,TValue>)
CopyTo(TValue[], Int32) (Inherited from PatternDictionary<TKey,TValue>)
GetEnumerator() (Inherited from PatternDictionary<TKey,TValue>)
IndexOf(TValue) (Inherited from PatternDictionary<TKey,TValue>)
Insert(Int32, TValue) (Inherited from PatternDictionary<TKey,TValue>)
InsertRange(Int32, IEnumerable<TValue>) (Inherited from PatternDictionary<TKey,TValue>)
Remove(TValue) (Inherited from PatternDictionary<TKey,TValue>)
RemoveAt(Int32) (Inherited from PatternDictionary<TKey,TValue>)
TagItem(IProbe)
TagItem(TValue) (Inherited from PatternDictionary<TKey,TValue>)
TryGetValue(TKey, TValue) (Inherited from PatternDictionary<TKey,TValue>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from PatternDictionary<TKey,TValue>)

Applies to