This documentation is archived and is not being maintained.
PartitionOption Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Indicates the context in which to run the COM+ partition.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum PartitionOption [C#] [Serializable] [ComVisible(false)] public enum PartitionOption [C++] [Serializable] [ComVisible(false)] __value public enum PartitionOption [JScript] public Serializable ComVisible(false) enum PartitionOption
Remarks
For information on partitions, see the COM+ Partitions topic in the COM+ (Component Services) section in the Platform SDK Documentation in the MSDN Library.
Members
| 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. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: