IBCPSession::BCPDone (OLE DB)

Commits the remaining rows to be sent to SQL Server.

구문

HRESULT BCPDone(void);

주의

No other operation can be called on the IBCPSession interface after calling the BCPDone method. The only possibility is to call the IBCPSession::BCPInit method to initiate a new bulk copy operation. This is similar to calling the IRowsetFastLoad::Commit method.

Return Code Values

  • S_OK
    The method succeeded.
  • E_UNEXPECTED
    The call to the method was unexpected. For example, the BCPInit method was not called before calling this method.

참고 항목

개념

Performing Bulk Copy Operations

관련 자료

IBCPSession (OLE DB)

도움말 및 정보

SQL Server 2005 지원 받기