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
属性

フィールド

Ignore 1

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

Inherit 0

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

注釈

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

適用対象