Compartir a través de


CreateCollection Method (Identifier, NodeKind, IEnumerable(Node))

**[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.]**This member overrides GraphStore. . :: . .CreateCollection(Identifier, NodeKind, IEnumerable< (Of < <' (Node> ) > > )).

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

Syntax

'Declaration
PublicOverridesFunctionCreateCollection ( _
    brandAsIdentifier, _
    kindAsNodeKind, _
    nodesAsIEnumerable(OfNode) _
) AsNode
'Usage
DiminstanceAsDefaultGraphStoreDimbrandAsIdentifierDimkindAsNodeKindDimnodesAsIEnumerable(OfNode)
DimreturnValueAsNodereturnValue = instance.CreateCollection(brand, _
    kind, nodes)
publicoverrideNodeCreateCollection(
    Identifierbrand,
    NodeKindkind,
    IEnumerable<Node> nodes
)
public:
virtualNodeCreateCollection(
    Identifier^ brand, 
    NodeKindkind, 
    IEnumerable<Node>^ nodes
) override
publicoverridefunctionCreateCollection(
    brand : Identifier, 
    kind : NodeKind, 
    nodes : IEnumerable<Node>
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node

.NET Framework Security

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

CreateCollection Overload

System.Dataflow Namespace