--- title: "ISSAbort (OLE DB) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: "database-engine" ms.topic: "reference" topic_type: - "apiref" helpviewer_keywords: - "ISSAbort interface" ms.assetid: 7c4df482-4a83-4da0-802b-3637b507693a author: mashamsft ms.author: mathoma manager: craigg --- # ISSAbort (OLE DB) The **ISSAbort** interface, which is exposed in the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider, provides the [ISSAbort::Abort](../../relational-databases/native-client-ole-db-interfaces/issabort-abort-ole-db.md) method that is used to cancel the current rowset plus any commands batched with the command that initially generated the rowset, and that have not yet completed execution. **ISSAbort** is a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client provider-specific interface available by using **QueryInterface** on the **IMultipleResults** object returned by **ICommand::Execute** or **IOpenRowset::OpenRowset**. ## In This Section |Method|Description| |------------|-----------------| |[ISSAbort::Abort (OLE DB)](../../relational-databases/native-client-ole-db-interfaces/issabort-abort-ole-db.md)|Cancels the current rowset plus any batched commands associated with the current command.| ## See Also [Interfaces (OLE DB)](../../../2014/database-engine/dev-guide/interfaces-ole-db.md)