CreateConstant Method (Identifier, Decimal)

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

Creates a node with a key of type Decimal.

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

Syntax

'Declaration
PublicOverridableFunctionCreateConstant ( _
    brandAsIdentifier, _
    valueAsDecimal _
) AsNode
'Usage
DiminstanceAsGraphStoreDimbrandAsIdentifierDimvalueAsDecimalDimreturnValueAsNodereturnValue = instance.CreateConstant(brand, _
    value)
publicvirtualNodeCreateConstant(
    Identifierbrand,
    decimalvalue
)
public:
virtualNodeCreateConstant(
    Identifier^ brand, 
    Decimalvalue
)
publicfunctionCreateConstant(
    brand : Identifier, 
    value : decimal
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node
The node with a key of type Decimal.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

CreateConstant Overload

System.Dataflow Namespace