Condividi tramite


getXAResource Method (SQLServerXAConnection)

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

public javax.transaction.xa.XAResource getXAResource()

Valore restituito

An XAResource object.

Eccezioni

java.sql.SQLException

Osservazioni

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

Vedere anche

Riferimento

SQLServerXAConnection Class

Concetti

SQLServerXAConnection Methods
SQLServerXAConnection Members