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



Teradata.Client.Provider Namespace > TdQueryBand Class : Redrive Property
Enable or disable Redrive-Recoverable Network Protocol support for a session.
Syntax
'Declaration
 
Public Property Redrive As String
'Usage
 
Dim instance As TdQueryBand
Dim value As String
 
instance.Redrive = value
 
value = instance.Redrive
public string Redrive {get; set;}
public:
property String^ Redrive {
   String^ get();
   void set (    String^ value);
}
Remarks
Description Usage
Enables or disable Redrive (on or off) for a session. Workload Management
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