Node Constructor (Identifier, DateTimeOffset)

[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 ( _
    brandAsIdentifier, _
    constantAsDateTimeOffset _
)
'Usage
DimbrandAsIdentifierDimconstantAsDateTimeOffsetDiminstanceAs NewNode(brand, constant)
publicNode(
    Identifierbrand,
    DateTimeOffsetconstant
)
public:
Node(
    Identifier^ brand, 
    DateTimeOffsetconstant
)
publicfunctionNode(
    brand : Identifier, 
    constant : DateTimeOffset
)

Parameters

.NET Framework Security

See Also

Reference

Node Structure

Node Members

Node Overload

System.Dataflow Namespace