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



Teradata.Client.Provider Namespace : SourceLanguage Enumeration
The Source Languages that are supported by the Advanced SQL Engine to write a function.
Syntax
'Declaration
 
Public Enum SourceLanguage 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SourceLanguage
public enum class SourceLanguage : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
C C is used as the source language of the function.
CPlusPlus C++ is used as the source language of the function.
Java Java is used as the source language of the function.
NotSupplied The source language was not supplied.
Unknown The source language of the function could not be determined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Teradata.Client.Provider.SourceLanguage

Requirements

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

See Also

Reference

Teradata.Client.Provider Namespace