Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.41 KB

getxaresource-method-sqlserverxaconnection.md

File metadata and controls

40 lines (30 loc) · 1.41 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getXAResource Method (SQLServerXAConnection)
getXAResource Method (SQLServerXAConnection)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerXAConnection.getXAResource
Assembly

getXAResource Method (SQLServerXAConnection)

[!INCLUDEDriver_JDBC_Download]

Retrieves a SQLServerXAResource object that the transaction manager will use to manage this SQLServerXAConnection object's participation in a distributed transaction.

Syntax

  
public javax.transaction.xa.XAResource getXAResource()  

Return Value

An XAResource object.

Exceptions

java.sql.SQLException

Remarks

This getXAResource method is specified by the getXAResource method in the javax.sql.XAConnection interface.

See Also

SQLServerXAConnection Methods
SQLServerXAConnection Members
SQLServerXAConnection Class