Método SfcDictionaryCollection<T, K, ParentT>.GetEnumerator
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets an enumeration of the collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As SfcDictionaryCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public override IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() override
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
public override function GetEnumerator() : IEnumerator<T>
Valor de retorno
Tipo: System.Collections.Generic.IEnumerator<T>
A IEnumerator object for the collection.
Implementa
IEnumerable<T>.GetEnumerator()