ProbeCollection.IEnumerable<KeyValuePair<String,ProbeFamily>>.GetEnumerator メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>> IEnumerable<KeyValuePair<string,ProbeFamily>>.GetEnumerator();
abstract member System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>>
override this.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily>>
Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, ProbeFamily)) Implements IEnumerable(Of KeyValuePair(Of String, ProbeFamily)).GetEnumerator