Add 方法
Gets the number of child expression nodes that are dependent on the parent node.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Protected Overridable Sub Add ( _
node As ExpressionNode _
)
'用途
Dim node As ExpressionNode
Me.Add(node)
protected virtual void Add(
ExpressionNode node
)
protected:
virtual void Add(
ExpressionNode^ node
)
abstract Add :
node:ExpressionNode -> unit
override Add :
node:ExpressionNode -> unit
protected function Add(
node : ExpressionNode
)
參數
- node
型別:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionNode object value that specifies the expression node to add to the list of children.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。