ESRI.ArcGIS.DataManagementTools
TableToRelationshipClass Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : TableToRelationshipClass Class




For a list of all members of this type, see TableToRelationshipClass members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyattribute_fieldsThe fields containing attribute values that will be added to the relationship class. (In, Required)  
Public Propertybackward_labelA label describing the relationship as it is traversed from the destination table/feature class to the origin table/feature class. (In, Required)  
Public PropertycardinalityThe cardinality of the relationship between the origin and destination. (In, Required)  
Public Propertydestination_foreign_keyThe field in the relationship table that refers to the Primary Key field in the destination table. (In, Required)  
Public Propertydestination_primary_keyThe field in the destination table that will be used to create the relationship. Generally, this is the object identifier field. (In, Required)  
Public Propertydestination_tableThe table or feature class that will be associated to the origin table. (In, Required)  
Public Propertyforward_labelA label describing the relationship as it is traversed from the origin table/feature class to the destination table/feature class. (In, Required)  
Public Propertymessage_directionThe direction messages will be propagated between the objects in the relationship. 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 name of the Foreign Key field in the relationship table that refers to the Primary Key field in the origin table/feature class. (In, Required)  
Public Propertyorigin_primary_keyThe field in the origin table that will be used to create the relationship. Generally, this is the object identifier field. (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_tableThe table containing attributes that will be added to the relationship class. (In, Required)  
Public Propertyrelationship_typeThe type of association 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

© 2010 All Rights Reserved.