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 | 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. |
EncryptionKey | This property specifies the encryption keys used to encrypt the column. This applies only to Sybase ASE 12.5.3 and later versions of this platform. DATATYPE: String. |
EncryptionSALT | This property indicates if a column is encrypted with SALT. This applies only to Oracle 10.2 and later versions. DATATYPE: Boolean. |
EnumOrSetValues | This is the EnumOrSetValues property for columns that have either Enum or Ser as column data type. DATATYPE: String. |
Font | Font for the attribute. Although this property, itself, is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller. |
ForBitData | This is the ForBitData property for the column. DATATYPE: Boolean. |
ForeignKey | This indicates if the attribute is a foreign key. DATATYPE: Boolean. |
Format | This is the Format property for the column. This property is only used in Teradata models. DATATYPE: String. |
FreezeName | True if this attribute should not be affected by naming standards name updates. DATATYPE: Boolean. |
GenerateByDefault | This is the GenerateByDefault property for the column. DATATYPE: Boolean. |
GenerationExpression | Specifies how the column should be generated. This property applies only to DB2 UDB version 8 and later versions. DATATYPE: String. |
GUID | This is the GUID of the attribute. This ID is assigned by ER/Studio. Each attribute has a unique GUID. DATATYPE: String. |
HasLogicalRoleName | This indicates if the foreign key column has a logical rolename. DATATYPE: Boolean. |
HasRoleName | This indicates if the foreign key column is rolenamed. DATATYPE: Boolean. |
Heading | This is the DB2 AS/400 Heading for the column. DATATYPE: String. |
Hidden | This is the flag indicating that an Attribute is hidden in the Diagram display. Only applied to PK and FK attributes/columns. DATATYPE: Boolean. |
HiveColumnPartition | This property specifies whether the column is a Hive Partitioning Column. DATATYPE: Boolean |
HiveComplexType | This property specifies the Hive column's Complex datatype. DATATYPE: String |
ID | This is the ID of the attribute. This ID is assigned by ER/Studio. Each attribute in a diagram has a unique ID. DATATYPE: Integer. |
Identity | This is the identity property of the attribute. DATATYPE: Boolean. |
IdentityIncrement | This is the identity increment value of the attribute. DATATYPE: Integer. |
IdentitySeed | This is the identity seed value of the attribute. DATATYPE: Integer. |
InterModelID | InterModelID of the object. This ID is assigned by ER/Studio. DATATYPE: Integer. |
IntervalYearToMonth | This is the IntervalYearToMonth property for the column. DATATYPE: Boolean. |
IsCaseSpecific | True if this column is case specific. It applies only to CHAR and VARCHAR data types in Teradata version V2R5 and up. DATATYPE: Boolean. |
IsComputed | Returns true if the column is computed (if there is a value specified for the Computation property), false otherwise. Applies to Interbase 2007 and SQL server 7.x and above only. DATATYPE: Boolean. |
IsFileStream | True if this column has FILESTREAM property set. It applies only to VARBINARY(MAX) data type in MS SQL SERVER 2008. DATATYPE: Boolean. |
IsGenerated | True if the column is generated with an expression. This property applies only to DB2 UDB version 8 and later versions. DATATYPE: Boolean. |
IsSparse | True if this is a sparse column. DATATYPE: Boolean. |
IsVirtual | True if this column is an Oracle (11g or higher) virtual column, i.e. a computed column. A column is virtual if it has a VirtualColumnExpression set. Read-Only. DATATYPE: Boolean |
IsWithTimeZone | True if this column has WITH TIME ZONE property set. It applies only to TIME and TIMESTAMP data types in Teradata all versions. DATATYPE: Boolean. |
IsXMLDocument | Returns true if the column has datatype XML and is flagged as document. Applies only to SQL server 2005 and later versions. DATATYPE: Boolean. |
LOBUnit | This is the unit to be used for the LOB size. The value can be empty, "K", "M" or "G". DATATYPE: String. |
LocalTimeZone | This is the LocalTimeZone property for the column. DATATYPE: Boolean. |
LogicalRoleName | This is the Logical Rolename. DATATYPE: String. |
LogOrPhysOnly | Controls the logical/physical only Attribute Property. DATATYPE: Boolean. |
MaxValue | This is the MaxValue property for the column. DATATYPE: Integer. |
MinValue | This is the MinValue property for the column. DATATYPE: Integer. |
MongoDBArray | This property indicates that the Column is a MongoDB array. DATATYPE: Boolean |
NamingStandardsTemplateId | ID of the NamingStandardsTemplate object bound to the attribute (if any). A user can bind a NamingStandardsTemplate to the attribute by assigning a particular NamingStandardsTemplateId to this property. DATATYPE: Integer. |
Notes | This is the Notes property of the attribute. DATATYPE: String. |
NotForReplication | This property specifies if an identity column constraint is for replication. This applies only to MS SQL Server 2000 and later versions. DATATYPE: Boolean. |
NotLogged | This is the NotLogged property for the column. DATATYPE: Boolean. |
NullOption | This is the nullability of the attribute. The possible values are: 'NULL' or 'NOT NULL'. DATATYPE: String. |
OracleNotNullConstraintName | This property specifies the Not Null constraint of the column. It only applies to Oracle 8 and later versions. DATATYPE: String |
PercentNull | This is the percentage of nulls of a column in a table. This property applies only to physical models. DATATYPE: Integer. |
Persisted | This property speicifies if a computed column is persisted. It applies only to a computed column in SQL Server 2005 and later versions. DATATYPE: Boolean. |
|
|
|
|