CreateConstant Method (Identifier, Object)

**[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. . :: . .CreateConstant(Identifier, Object).

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

Syntax

'Declaration
PublicOverridesFunctionCreateConstant ( _
    brandAsIdentifier, _
    valueAsObject _
) AsNode
'Usage
DiminstanceAsDefaultGraphStoreDimbrandAsIdentifierDimvalueAsObjectDimreturnValueAsNodereturnValue = instance.CreateConstant(brand, _
    value)
publicoverrideNodeCreateConstant(
    Identifierbrand,
    Objectvalue
)
public:
virtualNodeCreateConstant(
    Identifier^ brand, 
    Object^ value
) override
publicoverridefunctionCreateConstant(
    brand : Identifier, 
    value : Object
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node

.NET Framework Security

See Also

Reference

DefaultGraphStore Class

DefaultGraphStore Members

CreateConstant Overload

System.Dataflow Namespace