次の方法で共有


ServiceConfig.Inheritance プロパティ

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

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

Public Property Inheritance As InheritanceOption
[C#]
public InheritanceOption Inheritance {get; set;}
[C++]
public: __property InheritanceOption get_Inheritance();public: __property void set_Inheritance(InheritanceOption);
[JScript]
public function get Inheritance() : InheritanceOption;public function set Inheritance(InheritanceOption);

プロパティ値

InheritanceOption 値の 1 つ。既定値は Inherit です。

必要条件

プラットフォーム: Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ServiceConfig クラス | ServiceConfig メンバ | System.EnterpriseServices 名前空間