ArcObjects Library Reference (GeoDatabase)  

IRelationshipClassName Interface

Provides access to members that return information about the relationship class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property Cardinality The Cardinality.
Read/write property FeatureDatasetName The Feature Dataset Name object.
Read/write property IsAttributed Indicates if Attributed.
Read/write property IsComposite Indicates if Composite.
Read/write property Notification The Notification.

CoClasses that implement IRelationshipClassName

CoClasses and Classes Description
MemoryRelationshipClassName A name class that represents as in memory relationship class.
RelationshipClassName Esri Relationship Class Name object.

Remarks

The IRelationshipClassName interface includes the Cardinality, Notification, IsAttributed, and IsComposite properties, and also the name object for the parent feature dataset in the case of relationship classes that are contained within a feature dataset.
Name objects are light weight versions of the geodatabase objects they refer to while still providing access to some of the properties/methods available in the geodatabase object. From a name object an instance of the geodatabase object specified by the name object can be created/returned and vice versa.