XACTTRANSINFO 结构

定义

表示在 ITransaction 接口中使用的结构。

public value class XACTTRANSINFO
[System.Runtime.InteropServices.ComVisible(false)]
public struct XACTTRANSINFO
[<System.Runtime.InteropServices.ComVisible(false)>]
type XACTTRANSINFO = struct
Public Structure XACTTRANSINFO
继承
XACTTRANSINFO
属性

字段

grfRMSupported

指定零。 该字段被保留。

grfRMSupportedRetaining

指定零。 该字段被保留。

grfTCSupported

表示一个位屏蔽,指示此事务实现支持哪些 grfTC 标志。

grfTCSupportedRetaining

指定零。 该字段被保留。

isoFlags

指定零。 该字段被保留。

isoLevel

表示与此事务对象关联的隔离级别。 ISOLATIONLEVEL_UNSPECIFIED 指示未指定任何隔离级别。

uow

表示与此事务关联的工作单元。

适用于