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



Teradata.Client.Provider Namespace > TdFileEventArgs Class : SourceLanguage Property
The type of language that was used to write the function(e.g. C, CPP, Java).
Syntax
'Declaration
 
Public ReadOnly Property SourceLanguage As SourceLanguage
'Usage
 
Dim instance As TdFileEventArgs
Dim value As SourceLanguage
 
value = instance.SourceLanguage
public SourceLanguage SourceLanguage {get;}
public:
property SourceLanguage SourceLanguage {
   SourceLanguage get();
}
Remarks
A null is returned if there is no source language associated with the file.
Requirements

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

See Also

Reference

TdFileEventArgs Class
TdFileEventArgs Members