Length Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The Length property specifies the maximum number of characters or bytes accepted by the referenced column or user-defined data type.
구문
object
.Length [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer greater than or equal to 1
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetLength(LPLONG pRetVal);
HRESULT SetLength(LONG pRetVal);
주의
For SQL Distributed Management Objects (SQL-DMO) objects referencing columns and user-defined data types defined on character data types, such as char and nchar, interpret the Length property as a number of characters. For objects referencing columns and user-defined data types defined on binary data types, such as varbinary, interpret the Length property as a number of bytes.