Send feedback on this topic.
Teradata.Client.Provider
Group Property



Teradata.Client.Provider Namespace > TdQueryBand Class : Group Property
Gets or Sets the value of the Group.
Syntax
'Declaration
 
Public Property Group As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Group = value
 
value = instance.Group
public string Group {get; set;}
public:
property String^ Group {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The user’s work group. Group resource usage accounting and logging/ Workload Management, Query Status notification (Email to central address Group@company.com), Query Support (identify failed/failing queries).
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdQueryBand Class
TdQueryBand Members