ExpressionNodeChildren.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 버전에서만 지원됩니다.