Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 963 Bytes

definedsize-property-adox.md

File metadata and controls

35 lines (30 loc) · 963 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
DefinedSize Property (ADOX)
DefinedSize Property (ADOX)
rothja
jroth
01/19/2017
sql
ado
reference
_Column::DefinedSize
_Column::put_DefinedSize
_Column::GetDefinedSize
_Column::get_DefinedSize
_Column::PutDefinedSize
DefinedSize property [ADOX]
COM

DefinedSize Property (ADOX)

Indicates the stated maximum size of the column.

Settings and Return Values

Sets and returns a Long value that is the maximum length in characters of data values.

Remarks

The default value is zero (0).

This property is read-only for Column objects already appended to a collection.

Applies To

Column Object (ADOX)

See Also

DefinedSize Property Example (VB)