XACTTRANSINFO Struct

Definition

Represents a structure used in the ITransaction interface.

public value class XACTTRANSINFO
[System.Runtime.InteropServices.ComVisible(false)]
public struct XACTTRANSINFO
[<System.Runtime.InteropServices.ComVisible(false)>]
type XACTTRANSINFO = struct
Public Structure XACTTRANSINFO
Inheritance
XACTTRANSINFO
Attributes

Fields

grfRMSupported

Specifies zero. This field is reserved.

grfRMSupportedRetaining

Specifies zero. This field is reserved.

grfTCSupported

Represents a bitmask that indicates which grfTC flags this transaction implementation supports.

grfTCSupportedRetaining

Specifies zero. This field is reserved.

isoFlags

Specifies zero. This field is reserved.

isoLevel

Represents the isolation level associated with this transaction object. ISOLATIONLEVEL_UNSPECIFIED indicates that no isolation level was specified.

uow

Represents the unit of work associated with this transaction.

Applies to