InheritanceOption 列挙型

定義

現在のコンテキストに基づいて新しいコンテキストを作成するか、ServiceConfigの情報に基づいて新しいコンテキストを作成するかを示します。

public enum class InheritanceOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum InheritanceOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type InheritanceOption = 
Public Enum InheritanceOption
継承
InheritanceOption
属性

フィールド

名前 説明
Inherit 0

新しいコンテキストは、既存のコンテキストから作成されます。 Inherit は、 Inheritanceの既定値です。

Ignore 1

新しいコンテキストは、既定のコンテキストから作成されます。

注釈

InheritanceOption は、 Inheritanceの値に使用されます。

適用対象