Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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