InheritanceOption Enum

Definition

Anger om du vill skapa en ny kontext baserat på den aktuella kontexten eller på informationen i 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
Arv
InheritanceOption
Attribut

Fält

Name Värde Description
Inherit 0

Den nya kontexten skapas från den befintliga kontexten. Inherit är standardvärdet för Inheritance.

Ignore 1

Den nya kontexten skapas från standardkontexten.

Kommentarer

InheritanceOption används för värdet Inheritanceför .

Gäller för