SchemaAssociationRefConstraintIndex Property

The current index of the referential constraint.

Syntax

ANSI (Cross Platform)
int GetSchemaAssociationRefConstraintIndex();
int SetSchemaAssociationRefConstraintIndex(int iSchemaAssociationRefConstraintIndex); Unicode (Windows) INT GetSchemaAssociationRefConstraintIndex();
INT SetSchemaAssociationRefConstraintIndex(INT iSchemaAssociationRefConstraintIndex);
@property (nonatomic,readwrite,assign,getter=schemaAssociationRefConstraintIndex,setter=setSchemaAssociationRefConstraintIndex:) int schemaAssociationRefConstraintIndex;
- (int)schemaAssociationRefConstraintIndex;
- (void)setSchemaAssociationRefConstraintIndex:(int)newSchemaAssociationRefConstraintIndex;
#define PID_ODATA_SCHEMAASSOCIATIONREFCONSTRAINTINDEX 97

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

Default Value

0

Remarks

The current index of the referential constraint. See SchemaAssociationRefConstraintCount for details.

This property is only applicable to OData Version 4.

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 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]