Compartir a través de


AddContribution Method (Node, Edge)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Adds the edge to the node's outgoing edges.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicOverridableSubAddContribution ( _
    nodeAsNode, _
    edgeAsEdge _
)
'Usage
DiminstanceAsGraphStoreDimnodeAsNodeDimedgeAsEdge

instance.AddContribution(node, edge)
publicvirtualvoidAddContribution(
    Nodenode,
    Edgeedge
)
public:
virtualvoidAddContribution(
    Nodenode, 
    Edgeedge
)
publicfunctionAddContribution(
    node : Node, 
    edge : Edge
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

AddContribution Overload

System.Dataflow Namespace