Object used to create memory relationship class objects.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IMemoryRelationshipClassFactory | Provides access to members that open a memory relationship class. |
Remarks
A MemoryRelationshipClassFactory is an object that manages the MemoryRelationshipClasses that exist in the application. You must use either a MemoryRelationshipClassFactory or aMemoryRelationshipClassName object to create new MemoryRelationshipClasses.
LikeWorkspaceFactory, a MemoryRelationshipClassFactory is a singleton object. This means that you can only have one instance of this object per COM STA apartment / per thread.
MemoryRelationshipClassFactory is the one and only instance of its class.
MemoryRelationshipClassFactory is the one and only instance of its class.