PartitionOption 枚举

定义

指示要在其中运行 COM+ 分区的上下文。

public enum class PartitionOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum PartitionOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PartitionOption = 
Public Enum PartitionOption
继承
PartitionOption
属性

字段

Ignore 0

包含的上下文运行于“全局分区”中。 当 Ignore 设置为 PartitionOption 时,InheritanceIgnore 的默认设置。

Inherit 1

包含的上下文运行于当前的包含 COM+ 分区中。 当 PartitionOption 设置为 Inheritance 时,此为 Inherit 的默认设置。

New 2

包含的上下文运行于与当前包含分区不同的 COM+ 分区中。

注解

有关分区的信息,请参阅 COM+ 分区

适用于