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



Teradata.Client.Provider Namespace : SourceLanguage Enumeration
The Source Languages that are supported by the Teradata Database 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
CC is used as the source language of the function.
CPlusPlusC++ is used as the source language of the function.
JavaJava is used as the source language of the function.
NotSuppliedThe source language was not supplied.
UnknownThe 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 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

Teradata.Client.Provider Namespace