Desktop Functions: Smart Device Functions:
|
Search Results for "IsolationLevel" in [All]Enums1: HRESULT
public const int XACT_E_ISOLATIONLEVEL = unchecked((int)0x8004D008);
///The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
[Description("The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the \"root\" component for the transaction. The creation failed.")]
Public Const XACT_E_ISOLATIONLEVEL As Integer = CInt(&H8004d008UI)
'''The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
<Description("The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the ""root"" component for the transaction. The creation failed.")> _ Constants3: WINERROR
public const int XACT_E_ISOLATIONLEVEL = (int)(0x8004D008 - 0x100000000);
/// The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
/// The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. Interfaces
IsolationLevel isoLevel, IsoFlag isoFlag,
ByVal isoLevel As IsolationLevel, ByVal isoFlag As IsoFlag, _ |