RegistrationHelperTx 类
此类支持 .NET 基础结构,但不适合在代码中直接使用。
在维护新建立的事务时,由 .NET Framework 基础结构用来在 COM+ 目录中安装并配置程序集。
**命名空间:**System.EnterpriseServices
**程序集:**System.EnterpriseServices(在 system.enterpriseservices.dll 中)
语法
声明
<GuidAttribute("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")> _
Public NotInheritable Class RegistrationHelperTx
Inherits ServicedComponent
用法
Dim instance As RegistrationHelperTx
[GuidAttribute("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")]
public sealed class RegistrationHelperTx : ServicedComponent
[GuidAttribute(L"c89ac250-e18a-4fc7-abd5-b8897b6a78a5")]
public ref class RegistrationHelperTx sealed : public ServicedComponent
/** @attribute GuidAttribute("c89ac250-e18a-4fc7-abd5-b8897b6a78a5") */
public final class RegistrationHelperTx extends ServicedComponent
GuidAttribute("c89ac250-e18a-4fc7-abd5-b8897b6a78a5")
public final class RegistrationHelperTx extends ServicedComponent
备注
TransactionAttribute 类属性通过 RequiresNew 字段的参数应用于 RegistrationHelperTx 类。
不需要直接从代码中使用此类型,而是可以使用 RegistrationHelper 类。
继承层次结构
System.Object
System.MarshalByRefObject
System.ContextBoundObject
System.EnterpriseServices.ServicedComponent
System.EnterpriseServices.RegistrationHelperTx
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
RegistrationHelperTx 成员
System.EnterpriseServices 命名空间
RegistrationHelper 类
ServicedComponent