Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.22 KB

start-method-sqlserverxaresource.md

File metadata and controls

47 lines (34 loc) · 1.22 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
start Method (SQLServerXAResource)
start Method (SQLServerXAResource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerXAResource.start
Assembly

start Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

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

Parameters

xid

An Xid object.

flags

An int value.

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class