Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that can iterate through the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As SfcCollatedDictionaryCollection
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>
Return Value
Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object.
Implements
IEnumerable<T>.GetEnumerator()