AdoColumn Class

<< Click to Display Table of Contents >>

Navigation:  Adox Classes >

AdoColumn Class

Previous pageReturn to chapter overviewNext page

Purpose

Column Class (ADOX)

 

Prototype

CLASS AdoColumn INHERIT AdoObject

 

Constructor

Init()        Create Object of type AdoColumn

 

Access

Attributes        Column characteristics

DefinedSize        The maximum size of the column

Name        The Name of the Column

NumericScale        The scale of a numeric value in the column

ParentCatalog        The parent catalog

Precision        The maximum precision of data values in the column

Properties        Collection of Property objects

RelatedColumn        The name of the related column in the related table

SortOrder        The sort sequence for the column

Type        The data type of the column

 

Assign

Attributes        Column characteristics

DefinedSize        The maximum size of the column

Name        The Name of the Column

NumericScale        The scale of a numeric value in the column

ParentCatalog        The parent catalog

Precision        The maximum precision of data values in the column

RelatedColumn        The name of the related column in the related table

SortOrder        The sort sequence for the column

Type        The data type of the column

 

 

Description

Represents a column from a table, index, or key.

 

See Also

AdoObject, ADOX Classes, AdoColumns, AdoProperties