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



Teradata.Client.Provider Namespace > TdError Class : Info Property
Gets the value of the info field.
Syntax
'Declaration
 
Public ReadOnly Property Info As Long
'Usage
 
Dim instance As TdError
Dim value As Long
 
value = instance.Info
public long Info {get;}
public:
property int64 Info {
   int64 get();
}

Property Value

An integer value whose use depends upon the error code returned.
Remarks
This Info property is generated by the Advanced SQL Engine. Info Property value depends upon the error code returned. For it contents, look up the error code in the Teradata Vantage Messages manual.
Requirements

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

See Also

Reference

TdError Class
TdError Members