Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode value that specifies the expression node that is associated with the group.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.