Page History
...
Property | Description |
---|---|
AllocatedWidth | This property returns the allocated width of a column. DATATYPE: Integer. |
AttributeName | This is the logical attribute name. DATATYPE: String. |
AverageWidth | This is the average width of a column. This property applies only to physical models. DATATYPE: Integer. |
Cache | This is the Cache property for the column. DATATYPE: Integer. |
CharacterSet | This property specifies the character set for a CHAR, VARCHAR, and BLOB (Interbase) / CLOB (Teradata) column. This property applies only to Interbase 2007 and later and Teradata V2R5 and later. DATATYPE: String. |
CharUsed | This is the CharUsed property for the column. DATATYPE: Boolean. |
CheckConstraint | This is the check constraint of the attribute, if any. DATATYPE: String. |
CheckConstraintName | This is the Name of the Attribute's Check Constraint. DATATYPE: String. |
Collate | This is the Collate property for the column. DATATYPE: String. |
Color | This is the color of the Attribute object. It takes a 4-byte integer, where the first byte represents red value (0-255), the second byte represents green value (0-255), and the third byte represents blue value (0-255). |
ColumnName | This is the physical column name. DATATYPE: String. |
Compact | This is the Compact property for the column. DATATYPE: Boolean. |
CompositeDatatype | This is the attribute's full datatype, including nullability. DATATYPE: String. |
Compress | This is the Compress property for the column. This property is only used in Teradata models. DATATYPE: String. |
Computation | This is the Computation property for columns that are computed. Applies to Interbase 2007 and later and SQL server 7.x and later only. DATATYPE: String. |
Cycle | This is the Cycle property for the column. DATATYPE: Boolean. |
DataLength | The data length of the datatype (if any). DATATYPE: Integer. |
DataScale | The data scale of the datatype (if any). DATATYPE: Integer. |
Datatype Property - Attachment Object | This is the datatype. Note: User-defined datatype can be assigned in UserDatatypeId property. DATATYPE: String. |
DeclaredDefault | This is the default constraint for the attribute (if any). DATATYPE: String. |
DefaultId | The ID of the bounded, default object, if any. This ID is used by ER/Studio. A user can bind a default object to the attribute by assigning a particular default ID to this property. DATATYPE: Integer. |
DefaultName | This is the Name of the Attribute's default constraint. DATATYPE: String. |
Definition | This is the definition of the attribute. DATATYPE: String. |
DomainId | The ID of the bounded, domain object (if any). This ID is used by ER/Studio. A user can bind a domain object to the attribute by assigning a particular domain ID to this property. DATATYPE: Integer. |
Encrypted | This property indicates if a column is encrypted. This applies only to Oracle 10.2, Sybase ASE 12.5.3 and later versions of these two platforms. DATATYPE: Boolean. |
EncryptionAlgorithm | This property specifies the algorithm used for the column encryption. This applies only to Oracle 10.2 and later versions of this platform. DATATYPE: String. |