[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines a component from a type projection in Service Manager, which is used to create a view of related properties from multiple objects. For more information, see Type Projections in Service Manager. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ITypeProjectionComponent

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Interface ITypeProjectionComponent
		Inherits IEnumerable(Of KeyValuePair(Of ManagementPackRelationshipEndpoint, ITypeProjectionComponent)), IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public interface ITypeProjectionComponent : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,ITypeProjectionComponent>>, IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public interface class ITypeProjectionComponent : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint^, ITypeProjectionComponent^>>, IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public interface ITypeProjectionComponent extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,ITypeProjectionComponent>>, 
		IEnumerable
JScript
DefaultMemberAttribute("Item") 
public interface ITypeProjectionComponent extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,ITypeProjectionComponent>>, 
		IEnumerable

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also