Share via


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)

Parameter

xid

An Xid object.

flags

An int value.

Ausnahmen

javax.transaction.xa.XAException

Hinweise

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

Siehe auch

Referenz

SQLServerXAResource Class

Konzepte

SQLServerXAResource Methods
SQLServerXAResource Members