Share via


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

Gets the ConstantClassification of a constant node.

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

Syntax

'Declaration
PublicSharedFunctionGetConstantClassification ( _
    valueAsObject _
) AsConstantClassification
'Usage
DimvalueAsObjectDimreturnValueAsConstantClassificationreturnValue = GraphStore.GetConstantClassification(value)
publicstaticConstantClassificationGetConstantClassification(
    Objectvalue
)
public:
staticConstantClassificationGetConstantClassification(
    Object^ value
)
publicstaticfunctionGetConstantClassification(
    value : Object
) : 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