다음을 통해 공유


IDTSBuffer100.SetStatus 메서드

Sets the status information of a column in an IDTSBuffer100.

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

구문

‘선언
Sub SetStatus ( _
    hRow As Integer, _
    hCol As Integer, _
    dbStatus As UInteger _
)
‘사용 방법
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim dbStatus As UInteger

instance.SetStatus(hRow, hCol, dbStatus)
void SetStatus(
    int hRow,
    int hCol,
    uint dbStatus
)
void SetStatus(
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] unsigned int dbStatus
)
abstract SetStatus : 
        hRow:int * 
        hCol:int * 
        dbStatus:uint32 -> unit
function SetStatus(
    hRow : int, 
    hCol : int, 
    dbStatus : uint
)

매개 변수

  • dbStatus
    유형: System.UInt32
    The status information of the column.

주의

This method is used to set the status information for a column in the IDTSBuffer100 using the flags in the DTPSTATUSENUM. If the buffer is not created with the BUFF_NOOLEDB flag, then the only acceptable status value is DTPSTATUS_OK or DTPSTATUS_ISNULL.

참고 항목

참조

IDTSBuffer100 인터페이스

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