BufferColumn 구조

Provides read-only metadata for a PipelineBuffer column.

이 API는 CLS 규격이 아닙니다. 

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

구문

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

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

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됨)
공용 메서드 GetHashCode (ValueType에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (ValueType에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드 CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
공용 필드 DataType Specifies the DataType of the value stored in the PipelineBuffer column.
공용 필드 MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
공용 필드 Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
공용 필드 Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

맨 위로 이동

주의

The BufferColumn structure contains information about the data contained in a PipelineBuffer column. This information is used when reading or writing to a column in a PipelineBuffer.

스레드 보안

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

참고 항목

참조

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