ServiceConfig.Inheritance プロパティ

定義

現在のコンテキストを基に新しいコンテキストを構築するのか、ServiceConfig の情報だけに基づいて新しいコンテキストを作成するのかを示す値を取得または設定します。

public:
 property System::EnterpriseServices::InheritanceOption Inheritance { System::EnterpriseServices::InheritanceOption get(); void set(System::EnterpriseServices::InheritanceOption value); };
public System.EnterpriseServices.InheritanceOption Inheritance { get; set; }
member this.Inheritance : System.EnterpriseServices.InheritanceOption with get, set
Public Property Inheritance As InheritanceOption

プロパティ値

InheritanceOption 値のいずれか 1 つ。 既定値は、Inherit です。

適用対象