XmlaResultCollection.IEnumerable.GetEnumerator Method ()
Applies To: SQL Server (starting with 2016)
Returns an enumerator that can iterate through the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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 for the collection.
Implements
See Also
XmlaResultCollection Class
Microsoft.AnalysisServices Namespace
Return to top