Node Constructor (GraphStore, Identifier, Boolean)

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

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

Syntax

'Declaration
PublicSubNew ( _
    storeAsGraphStore, _
    brandAsIdentifier, _
    constantAsBoolean _
)
'Usage
DimstoreAsGraphStoreDimbrandAsIdentifierDimconstantAsBooleanDiminstanceAs NewNode(store, brand, _
    constant)
publicNode(
    GraphStorestore,
    Identifierbrand,
    boolconstant
)
public:
Node(
    GraphStore^ store, 
    Identifier^ brand, 
    boolconstant
)
publicfunctionNode(
    store : GraphStore, 
    brand : Identifier, 
    constant : boolean
)

Parameters

.NET Framework Security

See Also

Reference

Node Structure

Node Members

Node Overload

System.Dataflow Namespace