ExpressionNode.SetNodeType Method
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub SetNodeType ( _
value As ExpressionNodeType _
)
'Usage
Dim value As ExpressionNodeType
Me.SetNodeType(value)
protected void SetNodeType(
ExpressionNodeType value
)
protected:
void SetNodeType(
ExpressionNodeType value
)
member SetNodeType :
value:ExpressionNodeType -> unit
protected function SetNodeType(
value : ExpressionNodeType
)