ManagedComponentHost.HostSetOutputColumnDataTypeProperties 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Sets the output column data type property of the host.

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

구문

‘선언
Public Sub HostSetOutputColumnDataTypeProperties ( _
    wrapper As IDTSManagedComponentWrapper100, _
    iOutputID As Integer, _
    iOutputColumnID As Integer, _
    eDataType As DataType, _
    iLength As Integer, _
    iPrecision As Integer, _
    iScale As Integer, _
    iCodePage As Integer _
)
‘사용 방법
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim iOutputID As Integer 
Dim iOutputColumnID As Integer 
Dim eDataType As DataType 
Dim iLength As Integer 
Dim iPrecision As Integer 
Dim iScale As Integer 
Dim iCodePage As Integer

instance.HostSetOutputColumnDataTypeProperties(wrapper, _
    iOutputID, iOutputColumnID, eDataType, _
    iLength, iPrecision, iScale, iCodePage)
public void HostSetOutputColumnDataTypeProperties(
    IDTSManagedComponentWrapper100 wrapper,
    int iOutputID,
    int iOutputColumnID,
    DataType eDataType,
    int iLength,
    int iPrecision,
    int iScale,
    int iCodePage
)
public:
virtual void HostSetOutputColumnDataTypeProperties(
    IDTSManagedComponentWrapper100^ wrapper, 
    int iOutputID, 
    int iOutputColumnID, 
    DataType eDataType, 
    int iLength, 
    int iPrecision, 
    int iScale, 
    int iCodePage
) sealed
abstract HostSetOutputColumnDataTypeProperties : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iOutputID:int * 
        iOutputColumnID:int * 
        eDataType:DataType * 
        iLength:int * 
        iPrecision:int * 
        iScale:int * 
        iCodePage:int -> unit  
override HostSetOutputColumnDataTypeProperties : 
        wrapper:IDTSManagedComponentWrapper100 * 
        iOutputID:int * 
        iOutputColumnID:int * 
        eDataType:DataType * 
        iLength:int * 
        iPrecision:int * 
        iScale:int * 
        iCodePage:int -> unit
public final function HostSetOutputColumnDataTypeProperties(
    wrapper : IDTSManagedComponentWrapper100, 
    iOutputID : int, 
    iOutputColumnID : int, 
    eDataType : DataType, 
    iLength : int, 
    iPrecision : int, 
    iScale : int, 
    iCodePage : int
)

매개 변수

  • iOutputColumnID
    유형: System.Int32
    The output column identifier.

구현

IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

참고 항목

참조

ManagedComponentHost 클래스

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