ProbeCollection.IEnumerable<KeyValuePair<String,ProbeFamily>>.GetEnumerator Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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