PartitionOption Enumeration
.NET Framework 2.0
Indicates the context in which to run the COM+ partition.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(False)> _ Public Enumeration PartitionOption 'Usage Dim instance As PartitionOption
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(false) */ public enum PartitionOption
SerializableAttribute ComVisibleAttribute(false) public enum PartitionOption
| 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. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: