ScriptComponentHost.SetOutputColumnDataTypeProperties 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the output column data type property for the component host.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.TxScript(Microsoft.SqlServer.TxScript.dll)
구문
‘선언
Public Overrides Sub SetOutputColumnDataTypeProperties ( _
outputID As Integer, _
outputColumnID As Integer, _
dataType As DataType, _
length As Integer, _
precision As Integer, _
scale As Integer, _
codePage As Integer _
)
‘사용 방법
Dim instance As ScriptComponentHost
Dim outputID As Integer
Dim outputColumnID As Integer
Dim dataType As DataType
Dim length As Integer
Dim precision As Integer
Dim scale As Integer
Dim codePage As Integer
instance.SetOutputColumnDataTypeProperties(outputID, _
outputColumnID, dataType, length, _
precision, scale, codePage)
public override void SetOutputColumnDataTypeProperties(
int outputID,
int outputColumnID,
DataType dataType,
int length,
int precision,
int scale,
int codePage
)
public:
virtual void SetOutputColumnDataTypeProperties(
int outputID,
int outputColumnID,
DataType dataType,
int length,
int precision,
int scale,
int codePage
) override
abstract SetOutputColumnDataTypeProperties :
outputID:int *
outputColumnID:int *
dataType:DataType *
length:int *
precision:int *
scale:int *
codePage:int -> unit
override SetOutputColumnDataTypeProperties :
outputID:int *
outputColumnID:int *
dataType:DataType *
length:int *
precision:int *
scale:int *
codePage:int -> unit
public override function SetOutputColumnDataTypeProperties(
outputID : int,
outputColumnID : int,
dataType : DataType,
length : int,
precision : int,
scale : int,
codePage : int
)
매개 변수
- outputID
유형: System.Int32
The output identifier.
- outputColumnID
유형: System.Int32
The output column identifier.
- dataType
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The data type.
- length
유형: System.Int32
The length.
- precision
유형: System.Int32
The precision.
- scale
유형: System.Int32
The scale.
- codePage
유형: System.Int32
The code page.