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

기존 컨텍스트에서 새 컨텍스트가 만들어집니다. InheritInheritance에 대한 기본값입니다.

설명

InheritanceOption 값에 사용 되 Inheritance합니다.

적용 대상