RelationshipPathElement Constructor
Initializes a new RelationshipPathElement object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim relationship As ManagementPackRelationship
Dim instance As New RelationshipPathElement(relationship)
Syntax
'Declaration
Public Sub New ( _
relationship As ManagementPackRelationship _
)
public RelationshipPathElement (
ManagementPackRelationship relationship
)
public:
RelationshipPathElement (
ManagementPackRelationship^ relationship
)
public RelationshipPathElement (
ManagementPackRelationship relationship
)
public function RelationshipPathElement (
relationship : ManagementPackRelationship
)
Parameters
- relationship
The relationship.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
RelationshipPathElement Class
RelationshipPathElement Members
Microsoft.EnterpriseManagement.Common Namespace