หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Initializes a new instance of the ExpressionNodeGroup class that has the specified expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
node As ExpressionNode _
)
'Usage
Dim node As ExpressionNode
Dim instance As New ExpressionNodeGroup(node)
public ExpressionNodeGroup(
ExpressionNode node
)
public:
ExpressionNodeGroup(
ExpressionNode^ node
)
new :
node:ExpressionNode -> ExpressionNodeGroup
public function ExpressionNodeGroup(
node : ExpressionNode
)
Parameters
- node
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode value that specifies the expression node.
Remarks
The default constructor initializes any fields to their default values.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.