Compartir a través de


IEntityTypeManagement.GetTypeProjections Method (Generic ICollection)

Gets all type projections from the management group based on the passed in collection of unique (type projection) identifiers.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IEntityTypeManagement
Dim ids As ICollection(Of Guid)
Dim returnValue As IList(Of ManagementPackTypeProjection)

returnValue = instance.GetTypeProjections(ids)

Syntax

'Declaration
Function GetTypeProjections ( _
    ids As ICollection(Of Guid) _
) As IList(Of ManagementPackTypeProjection)
IList<ManagementPackTypeProjection> GetTypeProjections (
    ICollection<Guid> ids
)
IList<ManagementPackTypeProjection^>^ GetTypeProjections (
    ICollection<Guid>^ ids
)
IList<ManagementPackTypeProjection> GetTypeProjections (
    ICollection<Guid> ids
)
function GetTypeProjections (
    ids : ICollection<Guid>
) : IList<ManagementPackTypeProjection>

Parameters

  • ids
    The collection of type projection identifiers.

Return Value

The list of type projections.

Exceptions

Exception type Condition
ArgumentNullException

The ids parameter is a null reference (Nothing in Visual Basic).

ArgumentOutOfRangeException

The ids parameter collection does not contain any items.

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