AllowLength Property (SQL-DMO)

The AllowLength property exposes the ability to qualify a data type using a length parameter.

Applies To

SystemDatatype Object

Syntax

object.AllowLength

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetAllowLength(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.