Returns an enumerator that can be used to iterate through the collection.
public IEnumerator<DocumentServer.DataSources.DataRelationInfo> GetEnumerator();Public Function GetEnumerator() As IEnumerator(Of DocumentServer.DataSources.DataRelationInfo)The return value is an IEnumerator that represents the collection.