Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the type of node to be set.
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
)
Parameters
- value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNodeType
The specified expression node type.