The AllowLength property exposes the ability to qualify a data type using a length parameter.
object.AllowLength
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
AllowLength is True for data types that accept a length qualification. For example, the property is True for the SystemDatatype object referencing the varchar data type.
Boolean
Read-only
HRESULT GetAllowLength(LPBOOL pRetVal);