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
- brand
Type: System.Dataflow. . :: . .Identifier
- kind
Type: System.Dataflow. . :: . .NodeKind
- nodes
Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Node> ) > ) >
Return Value
Type: System.Dataflow. . :: . .Node
.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).