IEntityTypeManagement.GetTypeProjections Method (ManagementPackTypeProjectionCriteria)
[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 and match the criteria.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IEntityTypeManagement
Dim criteria As ManagementPackTypeProjectionCriteria
Dim returnValue As IList(Of ManagementPackTypeProjection)
returnValue = instance.GetTypeProjections(criteria)
Syntax
'Declaration
Function GetTypeProjections ( _
criteria As ManagementPackTypeProjectionCriteria _
) As IList(Of ManagementPackTypeProjection)
IList<ManagementPackTypeProjection> GetTypeProjections (
ManagementPackTypeProjectionCriteria criteria
)
IList<ManagementPackTypeProjection^>^ GetTypeProjections (
ManagementPackTypeProjectionCriteria^ criteria
)
IList<ManagementPackTypeProjection> GetTypeProjections (
ManagementPackTypeProjectionCriteria criteria
)
function GetTypeProjections (
criteria : ManagementPackTypeProjectionCriteria
) : IList<ManagementPackTypeProjection>
Parameters
- criteria
The type projection criteria.
Return Value
The list of type projections.
Exceptions
Exception type | Condition |
---|---|
ServerDisconnectedException | An error has occurred. |
ArgumentNullException | The criteria parameter is a null reference (Nothing in Visual Basic). |
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