The AdoEnums.ConnectOption class of the com.ms.wfc.data package specifies whether the Open method of a Connection object should return after (synchronously) or before (asynchronously) the connection is established.
class AdoEnums.ConnectOption extends com.ms.wfc.core.Enum { // Fields public static final int ASYNCCONNECT; }