Share via


DatabaseCopyListResponse.GetEnumerator Method ()

 

Gets the sequence of DatabaseCopies.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public IEnumerator<DatabaseCopy> GetEnumerator()
public:
virtual IEnumerator<DatabaseCopy^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<DatabaseCopy>
override GetEnumerator : unit -> IEnumerator<DatabaseCopy>
Public Function GetEnumerator As IEnumerator(Of DatabaseCopy)

Return Value

Type: System.Collections.Generic.IEnumerator<DatabaseCopy>

Implements

IEnumerable<T>.GetEnumerator()

See Also

DatabaseCopyListResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top