DefineSuccessors 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
SubDefineSuccessors ( _
protoNodeAsObject, _
successorsAsIEnumerable(OfObject) _
)
'Usage
DiminstanceAsIGraphBuilderDimprotoNodeAsObjectDimsuccessorsAsIEnumerable(OfObject)
instance.DefineSuccessors(protoNode, _
successors)
voidDefineSuccessors(
ObjectprotoNode,
IEnumerable<Object> successors
)
voidDefineSuccessors(
Object^ protoNode,
IEnumerable<Object^>^ successors
)
functionDefineSuccessors(
protoNode : Object,
successors : IEnumerable<Object>
)
Parameters
- protoNode
Type: System. . :: . .Object
- successors
Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Object> ) > ) >
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.85).