ExpressionNode.SetNameConditionType 方法

Sets the name of the condition type property.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Protected Sub SetNameConditionType ( _
    value As NameConditionType _
)
用法
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
)

参数

请参阅

参考

ExpressionNode 类

Microsoft.SqlServer.Management.Dmf 命名空间