BackupLocationCollection.IEnumerable.GetEnumerator Method ()

 

Applies To: SQL Server 2016 Preview

Returns an enumerator that iterates through a collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See Also

BackupLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top