ServerPropertyCollection.IEnumerable.GetEnumerator Method ()
Applies To: SQL Server (starting with 2016)
Returns an enumerator that iterates through a 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 object that can be used to iterate through the collection.
Implements
See Also
ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace
Return to top