Share via


DacGetStatusResponse.GetEnumerator Method ()

 

Gets the sequence of StatusInfoList.

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

Syntax

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

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

See Also

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

Return to top