Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1 KB

attributes-property-adox.md

File metadata and controls

31 lines (27 loc) · 1 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
Attributes Property (ADOX)
Attributes Property (ADOX)
rothja
jroth
01/19/2017
sql
ado
reference
_Column::put_Attributes
_Column::Attributes
_Column::PutAttributes
_Column::get_Attributes
_Column::GetAttributes
Attributes property [ADOX]
COM

Attributes Property (ADOX)

Describes column characteristics.

Settings and Return Values

Sets or returns a Long value. The value specifies characteristics of the table that is represented by the Column object. The value can be a combination of ColumnAttributesEnum constants. The default value is zero (0), which is neither adColFixed nor adColNullable.

Applies To

See Also

Attributes Property Example (VB)