다음을 통해 공유


DTP_BUFFCOL 멤버

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

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

메서드

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

맨 위로 이동

필드

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

맨 위로 이동