Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an object that can iterate through each data source connection in the current service context.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Connection)
'Usage
Dim instance As ConnectionManager
Dim returnValue As IEnumerator(Of Connection)
returnValue = instance.GetEnumerator()
public IEnumerator<Connection> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<Connection>
Implements
IEnumerable<T>.GetEnumerator()