IEntityTypeManagement.GetEnumeration Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets an enumeration value. Enumeration values are defined in a management pack under the EnumerationTypes element, which is under the EntityTypes element.
These methods are thread safe.
Enumeration values are defined in a hierarchy structure based on their names. For example, suppose that the following enumeration values are defined in a management pack: A, A.B, and A.B.C. The enumeration value A.B has one child (the A.B.C enumeration value), and it also has one parent (the A enumeration value).
Overload List
Name | Description |
---|---|
IEntityTypeManagement.GetEnumeration (Guid) | Gets a single enumeration value by using the supplied identifier. |
IEntityTypeManagement.GetEnumeration (String, ManagementPack) | Gets a single enumeration value from a management pack by name. |
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace