Share via


GetSuccessors Method

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

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

Syntax

'Declaration
FunctionGetSuccessors ( _
    nodeAsObject _
) AsIEnumerable(OfObject)
'Usage
DiminstanceAsIGraphBuilderDimnodeAsObjectDimreturnValueAsIEnumerable(OfObject)

returnValue = instance.GetSuccessors(node)
IEnumerable<Object> GetSuccessors(
    Objectnode
)
IEnumerable<Object^>^ GetSuccessors(
    Object^ node
)
functionGetSuccessors(
    node : Object
) : IEnumerable<Object>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Object> ) > ) >

.NET Framework Security

See Also

Reference

IGraphBuilder Interface

IGraphBuilder Members

System.Dataflow Namespace