Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 4.21 KB

File metadata and controls

66 lines (49 loc) · 4.21 KB
title Column Object (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Column
helpviewer_keywords
Column object [ADOX]
ms.assetid 6e772783-1bc8-4ea7-94b2-7d7a52ea5c47
author MightyPen
ms.author genemi

Column Object (ADOX)

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

Remarks

The following code creates a new Column:

Dim obj As New Column

With the properties and collections of a Column object, you can:

Note

Not all properties of Column objects may be supported by your data provider. An error will occur if you have set a value for a property that the provider does not support. For new Column objects, the error will occur when the object is appended to the collection. For existing objects, the error will occur when setting the property.

When creating Column objects, the existence of an appropriate default value for an optional property does not guarantee that your provider supports the property. For more information about which properties your provider supports, see your provider documentation.

This section contains the following topic.

See Also

Columns and Tables Append Methods, Name Property Example (VB)
Connection Close Method, Table Type Property Example (VB)
Keys Append Method, Key Type, RelatedColumn, RelatedTable and UpdateRule Properties Example (VB)
ADOX Code Example: NumericScale and Precision Properties Example (VB)
ParentCatalog Property Example (VB)
SortOrder Property Example (VB)
Columns Collection (ADOX)
Properties Collection (ADO)