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



Teradata.Client.Provider Namespace > TdQueryBand Class : Action Property
Gets or Sets the value of the Action.
Syntax
'Declaration
 
Public Property Action As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Action = value
 
value = instance.Action
public string Action {get; set;}
public:
property String^ Action {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
The user action that generated this query. Debugging, Logging
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdQueryBand Class
TdQueryBand Members