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 Teradata Database. Info Property value depends upon the error code returned. For it contents, look up the error code in Teradata Database Messages manual.
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

TdError Class
TdError Members