Node Constructor (GraphStore, Identifier, Int32)

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

Initializes a new instance of the Node structure.

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

Syntax

'Declaration
PublicSubNew ( _
    storeAsGraphStore, _
    brandAsIdentifier, _
    constantAsInteger _
)
'Usage
DimstoreAsGraphStoreDimbrandAsIdentifierDimconstantAsIntegerDiminstanceAs NewNode(store, brand, _
    constant)
publicNode(
    GraphStorestore,
    Identifierbrand,
    intconstant
)
public:
Node(
    GraphStore^ store, 
    Identifier^ brand, 
    intconstant
)
publicfunctionNode(
    store : GraphStore, 
    brand : Identifier, 
    constant : int
)

Parameters

.NET Framework Security

See Also

Reference

Node Structure

Node Members

Node Overload

System.Dataflow Namespace