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".
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also