다음을 통해 공유


DTP_BUFFCOL 구조

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Public Structure DTP_BUFFCOL
‘사용 방법
Dim instance As DTP_BUFFCOL
public struct DTP_BUFFCOL
public value class DTP_BUFFCOL
[<SealedAttribute>]
type DTP_BUFFCOL =  struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.

DTP_BUFFCOL 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됨)
공용 메서드 GetHashCode (ValueType에서 상속됨)
공용 메서드 GetType (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.

맨 위로 이동

주의

The columns in an IDTSBuffer100 contain metadata about the column data. This information is represented by the DTP_BUFFCOL structure. This structure is retrieved for an individual column by calling the GetColumnInfo method.

The values contained in the fields in the structure reflect the values contained in the IDTSOutputColumn100 that originally inserted the column into the data flow.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스