IEntityTypeManagement.GetChildEnumerations Method
Gets a list of child enumerations of the supplied management pack enumeration identifier.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IEntityTypeManagement
Dim id As Guid
Dim depth As TraversalDepth
Dim returnValue As IList(Of ManagementPackEnumeration)
returnValue = instance.GetChildEnumerations(id, depth)
Syntax
'Declaration
Function GetChildEnumerations ( _
id As Guid, _
depth As TraversalDepth _
) As IList(Of ManagementPackEnumeration)
IList<ManagementPackEnumeration> GetChildEnumerations (
Guid id,
TraversalDepth depth
)
IList<ManagementPackEnumeration^>^ GetChildEnumerations (
Guid id,
TraversalDepth depth
)
IList<ManagementPackEnumeration> GetChildEnumerations (
Guid id,
TraversalDepth depth
)
function GetChildEnumerations (
id : Guid,
depth : TraversalDepth
) : IList<ManagementPackEnumeration>
Parameters
- id
The unique identifier of the parent enumeration.
- depth
The depth of retrieval.
Return Value
The collection of enumerations.
Thread Safety
This method is thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace