InheritanceOption Enumeration

Definition

Gibt an, ob ein neuer Kontext auf der Grundlage des aktuellen Kontexts oder auf der Grundlage der Informationen in ServiceConfig erstellt werden soll.

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
Vererbung
InheritanceOption
Attribute

Felder

Ignore 1

Der neue Kontext wird aus dem Standardkontext erstellt.

Inherit 0

Der neue Kontext wird aus dem vorhandenen Kontext erstellt. Der Standardwert für Inheritance lautet Inherit.

Hinweise

InheritanceOption wird für den Wert von Inheritanceverwendet.

Gilt für: