Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Represents JDBC connections that can participate in distributed (XA) transactions.
Package: com.microsoft.sqlserver.jdbc
Extends: SQLServerPooledConnection
Implements: javax.sql.XAConnection
Syntax
public class SQLServerXAConnection
Remarks
A SQLServerXAConnection object can be enlisted in a distributed transaction by means of an SQLServerXAResource object. A transaction manager, usually part of a middle tier server, manages a SQLServerXAConnection object through the SQLServerXAResource object.
Note
Application programmers typically do not use this interface directly. It is primarily used by a transaction manager working in the middle tier server.