DependencyCollection.IEnumerable.GetEnumerator Method ()

 

Applies To: SQL Server 2016 Preview

Returns an IEnumerator interface that is required to iterate through a collection.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumerator

Returns an IEnumerator interface that is required to iterate through a collection.

Implements

IEnumerable.GetEnumerator()

See Also

DependencyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top