Send feedback on this topic.
Teradata.Client.Provider
Source Property (TdError)



Teradata.Client.Provider Namespace > TdError Class : Source Property
Get the source of the error.
Syntax
'Declaration
 
Public ReadOnly Property Source As String
'Usage
 
Dim instance As TdError
Dim value As String
 
value = instance.Source
public string Source {get;}
public:
property String^ Source {
   String^ get();
}

Property Value

".NET Data Provider for Teradata", "Teradata Database", or "TeraGSS".
Remarks
Teradata Vantage error messages and TeraGSS error messages are described in Teradata Vantage Messages manual. The .NET Data Provider for Teradata messages are described in the ErrorMessages table of the Product Support, Trouble Shooting, and Error Message section within the Developers Guide.
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