IEntityTypeManagement.GetEnumerations Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a collection of enumeration values. 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.GetEnumerations () | Gets a collection of all management pack enumerations defined on all management packs in the current management pack group. |
IEntityTypeManagement.GetEnumerations (ManagementPackEnumerationCriteria) | Gets a collection of management pack enumerations based on the search criteria provided. |
IEntityTypeManagement.GetEnumerations (ICollection) | Gets a collection of management pack enumerations from the provided collection of identifiers. |
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace