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()

Rückgabewert

An XAResource object.

Ausnahmen

java.sql.SQLException

Hinweise

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

Siehe auch

Referenz

SQLServerXAConnection Class

Konzepte

SQLServerXAConnection Methods
SQLServerXAConnection Members