Compartir a través de


Implicit Conversion (Decimal to 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.]

Creates an atomic node from a strongly-typed value.

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

Syntax

'Declaration
PublicSharedWideningOperatorCType ( _
    valueAsDecimal _
) AsNode
'Usage
DiminputAsDecimalDimoutputAsNodeoutput = CType(input, Node)
publicstaticimplicit operatorNode (
    decimalvalue
)
staticimplicit operatorNode (
    Decimalvalue
)
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: System.Dataflow. . :: . .Node
The atomic node.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

Implicit Widening Implicit Implicit Implicit Overload

System.Dataflow Namespace