Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) | R | Object |
ClientData | Object | Provides a way to associate data with an object | RW | Object |
DataType | varchar(65) | Stores the user class attribute's data type | RW | Defined |
DefaultString | varchar(256) | Stores the string that defines the default value for the user class attribute | RW | Defined |
DefaultValue | smallint | Specifies the default value of the user class attribute | RW1 | Defined |
IsArray | smallint | Specifies whether the user class attribute is an array type | RW | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object | R | Object |
InstanceReferences | integer | Contains the current number of references to the object | R | Object |
IsNullable | smallint | Is TRUE if the user class attribute is nullable | RW | Defined |
IsPrivate | smallint | Specifies whether or not the attribute is encapsulated | RW | Defined |
Name | varchar(32) | Stores the user class attribute's name | RW | Defined |
TaggedValues | array of TaggedValue | Defines an array of tagged values | R | Defined |