Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expression node that represents a group.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property Group As ExpressionNode
Get
Set
'Usage
Dim instance As ExpressionNodeGroup
Dim value As ExpressionNode
value = instance.Group
instance.Group = value
public ExpressionNode Group { get; set; }
public:
property ExpressionNode^ Group {
ExpressionNode^ get ();
void set (ExpressionNode^ value);
}
member Group : ExpressionNode with get, set
function get Group () : ExpressionNode
function set Group (value : ExpressionNode)
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that specifies the expression node that is associated with the group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.