다음을 통해 공유


tagBUFFERCOL 구조

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

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

메서드

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

맨 위로 이동

주의

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

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

[!참고]

The tagBUFFERCOL structure is also represented by the DTP_BUFFCOL and BufferColumn structures. The DTP_BUFFCOL structure is a C++ type definition. When writing managed code, you will use the BufferColumn structure.

스레드 보안

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

참고 항목

참조

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