Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
Dim MyView As View
Dim MyParentViewRelationship As ViewRelationship

For Each MyParentViewRelationship In MyView.ParentViewRelationships

'Operations on parent view relationships go here
...

Next MyParentViewRelationship

...