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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdError Class
TdError Members