RelationshipHasSource.SetSource(DomainRelationship, DomainRole) Method

Definition

Sets Source.

public:
 static void SetSource(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ newSource);
[System.Diagnostics.DebuggerStepThrough]
public static void SetSource (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole newSource);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetSource : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship * Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> unit
Public Shared Sub SetSource (element As DomainRelationship, newSource As DomainRole)

Parameters

newSource
DomainRole
Attributes

Applies to