ExpressionNodeChildren.Add(ExpressionNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds node to the list Does NOT check if the node added has the same Type as previously added nodes
protected virtual void Add (Microsoft.SqlServer.Management.Dmf.ExpressionNode node);
abstract member Add : Microsoft.SqlServer.Management.Dmf.ExpressionNode -> unit
override this.Add : Microsoft.SqlServer.Management.Dmf.ExpressionNode -> unit
Protected Overridable Sub Add (node As ExpressionNode)
Parameters
- node
- ExpressionNode