ModelComponentCollection.GetEnumerator Method ()

 

Applies To: SQL Server (starting with 2016)

Returns an enumerator that can iterate through the ModelComponentCollection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

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

Return Value

Type: System.Collections.IEnumerator

An T:System.IEnumerator for the entire ModelComponentCollection.

Implements

IEnumerable.GetEnumerator()

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top