Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

EntityPropertiesType Property

The type of the entity property.

Object Oriented Interface

public function getEntityPropertiesType($entitypropertiesindex);
public function setEntityPropertiesType($entitypropertiesindex, $value);

Procedural Interface

inazure_table_get($res, 11 , $entitypropertiesindex);
inazure_table_set($res, 11, $value , $entitypropertiesindex);

Default Value

7

Remarks

The type of the entity property. Possible values are:

0 (etBinary)An array of bytes up to 64 KB in size
1 (etBoolean)A Boolean value.
2 (etDateTime)A 64-bit value expressed as Coordinated Universal Time (UTC).
3 (etDouble)A 64-bit floating point value.
4 (etGuid)A 128-bit globally unique identifier.
5 (etInt32)A 32-bit integer.
6 (etInt64)A 64-bit integer.
7 (etString)A UTF-16-encoded value. String values may be up to 64 KB in size.

The size of the array is controlled by the EntityPropertiesCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0