DataManagementTools
CreateRelationshipClass Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace : CreateRelationshipClass Class




The following tables list the members exposed by CreateRelationshipClass.

Public Constructors

 NameDescription
public ConstructorCreateRelationshipClass ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public PropertyattributedSpecifies if the relationship will have attributes. (In, Required)  
public Propertybackward_labelA name to uniquely identify the relationship when navigating from the destination table to the origin table. (In, Required)  
public PropertycardinalityDetermines how many relationships exist between rows or features in the origin and rows or features in the destination table. (In, Required)  
public Propertydestination_foreign_keyThe field in the relationship class table that links it to the Destination Primary Key in the destination table. (In, Optional)  
public Propertydestination_primary_keyThe field in the destination table, typically the OID field, that links it to the Destination Foreign Key field in the relationship class table. (In, Optional)  
public Propertydestination_tableThe table that will be associated to the origin table. (In, Required)  
public Propertyforward_labelA name to uniquely identify the relationship when navigating from the origin table to the destination table. (In, Required)  
public Propertymessage_directionThe direction in which messages will be passed between the origin and destination tables. For example, in a relationship between poles and transformers, when the pole is deleted, it sends a message to its related transformer objects informing them it was deleted. (In, Required)  
public Propertyorigin_foreign_keyThe field in the relationship class table that links it to the Origin Primary Key in the origin table. (In, Required)  
public Propertyorigin_primary_keyThe field in the origin table, typically the OID field, that links it to the Origin Foreign Key field in the relationship class table. (In, Required)  
public Propertyorigin_tableThe table or feature class that will be associated to the destination table. (In, Required)  
public Propertyout_relationship_classThe relationship class that will be created. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertyrelationship_typeThe type of relationship to create between the origin and destination tables. (In, Required)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.