SchemaAssociationFromRoleMultiplicity Property

The multiplicity of the FromRole association end point.

Syntax

ANSI (Cross Platform)
int GetSchemaAssociationFromRoleMultiplicity();

Unicode (Windows)
INT GetSchemaAssociationFromRoleMultiplicity();

Possible Values

NM_ZERO_ONE(0), 
NM_ONE(1),
NM_MANY(2)
@property (nonatomic,readonly,assign,getter=schemaAssociationFromRoleMultiplicity) int schemaAssociationFromRoleMultiplicity;
- (int)schemaAssociationFromRoleMultiplicity;

Possible Values

NM_ZERO_ONE(0), 
NM_ONE(1),
NM_MANY(2)
#define PID_ODATA_SCHEMAASSOCIATIONFROMROLEMULTIPLICITY 90

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

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 parameter specifies the index of the item in the array. 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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]