GetConstantClassification Method (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.]

Gets the ConstantClassification of a constant node.

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

Syntax

'Declaration
PublicOverridableFunctionGetConstantClassification ( _
    nodeAsNode _
) AsConstantClassification
'Usage
DiminstanceAsGraphStoreDimnodeAsNodeDimreturnValueAsConstantClassificationreturnValue = instance.GetConstantClassification(node)
publicvirtualConstantClassificationGetConstantClassification(
    Nodenode
)
public:
virtualConstantClassificationGetConstantClassification(
    Nodenode
)
publicfunctionGetConstantClassification(
    node : Node
) : ConstantClassification

Parameters

Return Value

Type: System.Dataflow. . :: . .ConstantClassification
The constant classification of the constant node.

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

GetConstantClassification Overload

System.Dataflow Namespace