IDTSOutputColumn100 인터페이스

정의

구성 요소에서 제공하는 열의 디자인 타임 정의를 포함합니다.

public interface class IDTSOutputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")>]
type IDTSOutputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSOutputColumn100
Implements IDTSObject100
파생
특성
구현

설명

개체는 IDTSOutputColumn100 에서 패키지를 실행하는 동안 구성 요소가 다운스트림 구성 요소에 PipelineBuffer제공하는 열을 설명합니다.

속성

CodePage

열에 포함된 데이터를 해석하는 데 사용되는 문자 집합을 가져옵니다.

ComparisonFlags

두 문자열의 비교 방법을 지정하는 값을 가져오거나 설정합니다.

CustomPropertyCollection

출력 열의 IDTSCustomPropertyCollection100 컬렉션을 가져옵니다.

DataType

열의 DataType을 가져옵니다.

Description

IDTSOutputColumn100 개체에 대한 설명을 가져오거나 설정합니다.

ErrorOrTruncationOperation

오류 또는 잘림이 발생할 때 발생하는 작업을 설명하는 String을 가져오거나 설정합니다.

ErrorRowDisposition

런타임에 출력 열을 처리하는 동안 오류가 발생할 때 구성 요소를 처리할 방법을 지정하는 값을 가져오거나 설정합니다.

ExternalMetadataColumnID

출력 열에 할당된 IDTSExternalMetadataColumn100의 ID를 가져오거나 설정합니다.

ID

IDTSOutputColumn100 열의 ID를 가져오거나 설정합니다.

IdentificationString

데이터 흐름 레이아웃에서 IDTSOutputColumn100 개체를 고유하게 식별하는 문자열을 가져옵니다.

Length

열의 길이를 가져옵니다.

LineageID

LineageID 열의 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 속성을 가져오거나 설정합니다.

MappedColumnID

IDTSOutputColumn100 개체에 매핑된 열의 ID를 가져오거나 설정합니다.

Name

IDTSOutputColumn100의 이름을 포함하는 문자열 값을 가져오거나 설정합니다.

ObjectType

출력 열에 해당하는 DTSObjectType 열거형에서 값을 가져옵니다.

Precision

출력 열에 포함된 총 자릿수를 가져옵니다.

Scale

숫자 출력 열에 포함된 소수 자릿수를 가져옵니다.

SortKeyPosition

출력 열의 정렬 키를 가져오거나 설정합니다.

SpecialFlags

출력 열의 특수 플래그를 지정하는 정수를 가져오거나 설정합니다.

TruncationRowDisposition

런타임에 출력 열을 처리하는 동안 잘림이 발생할 때 구성 요소를 처리할 방법을 지정하는 값을 가져오거나 설정합니다.

메서드

SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32)

IDTSOutputColumn100 개체의 여러 데이터 형식 속성을 동시에 설정합니다.

적용 대상