SchemaAssociationFromRoleMultiplicity Property
The multiplicity of the FromRole association end point.
Syntax
property SchemaAssociationFromRoleMultiplicity: TipwodataSchemaAssociationFromRoleMultiplicities;
TipwodataSchemaAssociationFromRoleMultiplicities = ( nmZeroOne, nmOne, nmMany );
Default Value
nmZeroOne
Remarks
The multiplicity of the SchemaAssociationFromRole association end point. This is used along with SchemaAssociationToRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many).
The available values are:
nmZeroOne (0) | Zero-One (0..1) |
nmOne (1) | One (1) |
nmMany (2) | Many (*) |
The size of the array is controlled by the SchemaAssociationCount property.
This property is read-only and not available at design time.
Data Type
Integer