次の方法で共有


JustInTimeActivationAttribute クラス

ジャスト イン タイム (JIT: Just-In-Time) のアクティベーションをオンまたはオフにします。このクラスは継承できません。

この型のすべてのメンバの一覧については、JustInTimeActivationAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.EnterpriseServices.JustInTimeActivationAttribute

<AttributeUsage(AttributeTargets.Class)>
<ComVisible(False)>
NotInheritable Public Class JustInTimeActivationAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Class)]
[ComVisible(false)]
public sealed class JustInTimeActivationAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Class)]
[ComVisible(false)]
public __gc __sealed class JustInTimeActivationAttribute : public   Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Class)
 ComVisible(false)
class JustInTimeActivationAttribute extends Attribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

JIT アクティベーションを指定した場合、COM+ カタログでは無効にしないでください。逆に JIT アクティベーションを COM+ カタログで有効にした場合は、コンポーネントで指定する必要があります。

COM+ で構成したコンポーネントの JIT アクティベーションは、既定ではオフに設定されます。ただし、自動トランザクションが要求されると自動的に有効になります。

属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。

必要条件

名前空間: System.EnterpriseServices

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Enterpriseservices (System.Enterpriseservices.dll 内)

参照

JustInTimeActivationAttribute メンバ | System.EnterpriseServices 名前空間