Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Commits the remaining rows to be sent to SQL Server.
Syntax
HRESULT BCPDone(void);
Hinweise
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.
Siehe auch
Konzepte
Performing Bulk Copy Operations