GetConstantValue Method

**[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.]**This member overrides GraphStore. . :: . .GetConstantValue(Node).

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

Syntax

'Declaration
PublicOverridesFunctionGetConstantValue ( _
    nodeAsNode _
) AsObject
'Usage
DiminstanceAsDefaultGraphStoreDimnodeAsNodeDimreturnValueAsObjectreturnValue = instance.GetConstantValue(node)
publicoverrideObjectGetConstantValue(
    Nodenode
)
public:
virtualObject^ GetConstantValue(
    Nodenode
) override
publicoverridefunctionGetConstantValue(
    node : Node
) : Object

Parameters

Return Value

Type: System. . :: . .Object

.NET Framework Security

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

System.Dataflow Namespace