다음을 통해 공유


tagBUFFERCOL 멤버

Contains metadata that describes the data stored in a buffer column.

tagBUFFERCOL 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (ValueType에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (ValueType에서 상속됩니다.)

맨 위로 이동

필드

  이름 설명
공용 필드 DataType Specifies the data type of the value contained in the column.
공용 필드 lCodePage Specifies the character set used to interpret the data in a buffer column.
공용 필드 lLengthOffset Indicates the number of bytes from the beginning of a buffer row to the end of the column data.
공용 필드 lMaxLength Indicates the maximum length of the data stored in a buffer column.
공용 필드 lOffset Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
공용 필드 lPrecision Indicates the number of decimal places of precision contained in a buffer column.
공용 필드 lScale Indicates the number of decimal places contained in the buffer column.
공용 필드 lStatusOffset Indicates the length in bytes from the beginning of a buffer row to the status value of a column.

맨 위로 이동