IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the output column data type properties.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub WrapperSetOutputColumnDataTypeProperties ( _
lOutputID As Integer, _
lOutputColumnID As Integer, _
eDataType As DataType, _
lLength As Integer, _
lPrecision As Integer, _
lScale As Integer, _
lCodePage As Integer _
)
‘사용 방법
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
Dim eDataType As DataType
Dim lLength As Integer
Dim lPrecision As Integer
Dim lScale As Integer
Dim lCodePage As Integer
instance.WrapperSetOutputColumnDataTypeProperties(lOutputID, _
lOutputColumnID, eDataType, lLength, _
lPrecision, lScale, lCodePage)
void WrapperSetOutputColumnDataTypeProperties(
int lOutputID,
int lOutputColumnID,
DataType eDataType,
int lLength,
int lPrecision,
int lScale,
int lCodePage
)
void WrapperSetOutputColumnDataTypeProperties(
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID,
[InAttribute] DataType eDataType,
[InAttribute] int lLength,
[InAttribute] int lPrecision,
[InAttribute] int lScale,
[InAttribute] int lCodePage
)
abstract WrapperSetOutputColumnDataTypeProperties :
lOutputID:int *
lOutputColumnID:int *
eDataType:DataType *
lLength:int *
lPrecision:int *
lScale:int *
lCodePage:int -> unit
function WrapperSetOutputColumnDataTypeProperties(
lOutputID : int,
lOutputColumnID : int,
eDataType : DataType,
lLength : int,
lPrecision : int,
lScale : int,
lCodePage : int
)
매개 변수
- lOutputID
유형: System.Int32
The output identifier.
- lOutputColumnID
유형: System.Int32
The output column identifier.
- eDataType
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The datatype.
- lLength
유형: System.Int32
The length.
- lPrecision
유형: System.Int32
The precision.
- lScale
유형: System.Int32
The scale.
- lCodePage
유형: System.Int32
The code page.