IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
출력 열 데이터 형식 속성을 설정합니다.
public:
void WrapperSetOutputColumnDataTypeProperties(int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void WrapperSetOutputColumnDataTypeProperties (int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member WrapperSetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub WrapperSetOutputColumnDataTypeProperties (lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)
매개 변수
- lOutputID
- Int32
출력 식별자입니다.
- lOutputColumnID
- Int32
출력 열 식별자입니다.
- eDataType
- DataType
데이터 형식입니다.
- lLength
- Int32
길이입니다.
- lPrecision
- Int32
전체 자릿수입니다.
- lScale
- Int32
배율입니다.
- lCodePage
- Int32
코드 페이지입니다.