共用方式為


start Method (SQLServerXAResource)

Starts work on behalf of a transaction branch that is specified in the Xid object.

public void start(javax.transaction.xa.Xid xid,
                  int flags)

參數

xid

An Xid object.

flags

An int value.

例外狀況

javax.transaction.xa.XAException

備註

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

另請參閱

參考

SQLServerXAResource Class

概念

SQLServerXAResource Methods
SQLServerXAResource Members