Gets all the relationships of the specified object.
Visual Basic |
---|
Public Function GetRelationships( _ ByVal ObjVer As ObjVer, _ ByVal Mode As MFRelationshipsMode _ ) As ObjectVersions |
Value | Description |
---|---|
MFRelationshipsModeAll | Relationships FROM and TO the specified object. |
MFRelationshipsModeFromThisObject | Relationships FROM the specified object. |
MFRelationshipsModeToThisObject | Relationships TO the specified object. |