IEntityTypeManagement.GetTypeProjections Method ()
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets all type projections that are defined in this management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IEntityTypeManagement
Dim returnValue As IList(Of ManagementPackTypeProjection)
returnValue = instance.GetTypeProjections
Syntax
'Declaration
Function GetTypeProjections As IList(Of ManagementPackTypeProjection)
IList<ManagementPackTypeProjection> GetTypeProjections ()
IList<ManagementPackTypeProjection^>^ GetTypeProjections ()
IList<ManagementPackTypeProjection> GetTypeProjections ()
function GetTypeProjections () : IList<ManagementPackTypeProjection>
Return Value
The list of type projections.
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