共用方式為


forget Method (SQLServerXAResource)

Tells the resource manager to forget about a heuristically completed transaction branch.

public void forget(javax.transaction.xa.Xid xid)

參數

xid

An Xid object.

例外狀況

javax.transaction.xa.XAException

備註

This forget method is specified by the forget method in the javax.transaction.xa.XAResource interface.

另請參閱

參考

SQLServerXAResource Class

概念

SQLServerXAResource Methods
SQLServerXAResource Members