다음을 통해 공유


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

반환 값

An XAResource object.

예외

java.sql.SQLException

주의

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

참고 항목

참조

SQLServerXAConnection Class

개념

SQLServerXAConnection Methods
SQLServerXAConnection Members