PartitionOption Enumeration
.NET Framework (current version)
Indicates the context in which to run the COM+ partition.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Ignore | The enclosed context runs in the Global Partition. Ignore is the default setting for PartitionOption when Inheritance is set to Ignore. | |
| Inherit | The enclosed context runs in the current containing COM+ partition. This is the default setting for PartitionOption when Inheritance is set to Inherit. | |
| New | The enclosed context runs in a COM+ partition that is different from the current containing partition. |
For information on partitions, see "COM+ Partitions" in the COM+ (Component Services) section in the Platform SDK documentation in the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show: