ServiceConfig.Inheritance プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のコンテキストを基に新しいコンテキストを構築するのか、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 です。