Share via


ExpressionNode.SetNameConditionType Method

Sets the name of the condition type property.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Sub SetNameConditionType ( _
    value As NameConditionType _
)
'Usage
Dim value As NameConditionType 

Me.SetNameConditionType(value)
protected void SetNameConditionType(
    NameConditionType value
)
protected:
void SetNameConditionType(
    NameConditionType value
)
member SetNameConditionType : 
        value:NameConditionType -> unit
protected function SetNameConditionType(
    value : NameConditionType
)

Parameters

See Also

Reference

ExpressionNode Class

Microsoft.SqlServer.Management.Dmf Namespace