The AdoEnums.XactAttribute class of the com.ms.wfc.data package specifies the transaction attributes of a Connection object.
class AdoEnums.XactAttribute extends com.ms.wfc.core.Enum { // Fields public static final int ABORTRETAINING; public static final int ASYNCPHASEONE; public static final int COMMITRETAINING; public static final int SYNCPHASEONE; }