NavigateTo Method (GraphReference)

[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.]

Resolves a symbolic node reference, using the current node to define the navigation scope.

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

Syntax

'Declaration
PublicFunctionNavigateTo ( _
    referenceAsGraphReference _
) AsNode
'Usage
DiminstanceAsNodeDimreferenceAsGraphReferenceDimreturnValueAsNodereturnValue = instance.NavigateTo(reference)
publicNodeNavigateTo(
    GraphReferencereference
)
public:
NodeNavigateTo(
    GraphReferencereference
)
publicfunctionNavigateTo(
    reference : GraphReference
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node
The node specified by the graph reference.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

NavigateTo Overload

System.Dataflow Namespace