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
특성

필드

Name Description
Inherit 0

새 컨텍스트는 기존 컨텍스트에서 만들어집니다. Inherit의 기본값은 Inheritance입니다.

Ignore 1

새 컨텍스트는 기본 컨텍스트에서 만들어집니다.

설명

InheritanceOption 의 값 Inheritance에 사용됩니다.

적용 대상