SetNodeType-Methode
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
)
Parameter
- value
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeType
The specified expression node type.