Page History
...
Public Properties
Property | Description |
---|---|
DataLength | Length of the datatype, if applicable. DATATYPE: Integer. |
DataScale | Scale or precision of the datatype, if applicable. DATATYPE: Integer. |
Datatype | Datatype of the user datatype. DATATYPE: String. |
DefaultId | ID of the bounded default. To bind a default to a user datatype, assign the default's ID to this property. DATATYPE: Integer. |
DictionaryName | Name of the Dictionary associated with this object. DATATYPE: String. |
EnterpriseLevel | True if the Dictionary associated with this object is enterprise level. DATATYPE: Boolean. |
GUID | GUID of the UserDataType. GUIDs are unique IDs assigned by ER/Studio. DATATYPE: String. |
ID | ID of the user datatype as assigned by ER/Studio. Each user datatype in the data dictionary has a unique ID. DATATYPE: Integer. |
Name | Name of the user datatype. DATATYPE: String. |
Nullable | Nullability of this UserDataType. DATATYPE: Boolean. |
RuleId | ID of the bounded rule. To bind a rule to a user datatype, assign the rule's ID to this property. DATATYPE: Integer. |
...