InheritanceOption 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示基于当前上下文或基于 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
- 继承
- 属性
字段
Ignore | 1 | 新上下文从默认上下文创建。 |
Inherit | 0 | 新上下文从现有上下文创建。 Inherit 是 Inheritance 的默认值。 |
注解
InheritanceOption 用于 的值 Inheritance。