Share via


TargetUpdateRelationshipRoleMap.RelationshipRoleMap Field

banner art

Specifies the relationship role map entity.

Syntax

[Visual Basic .NET]
Public Field RelationshipRoleMap As relationshiprolemap
[C#]
public relationshiprolemap RelationshipRoleMap;
[JScript]
public var RelationshipRoleMap : relationshiprolemap;

Remarks

To update fields in a relationship role map, create an instance of the relationshiprolemap class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.