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



Teradata.Client.Provider Namespace : FileType Enumeration
The File Types that are supported by the Advanced SQL Engine when compiling a function.
Syntax
'Declaration
 
Public Enum FileType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FileType
public enum class FileType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Include The file is an include file.
NotSupplied The file type was not supplied.
Object The file is an object file.
Source The file contains the source of the function.
Unknown The file could not be determined.
Inheritance Hierarchy

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

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

Teradata.Client.Provider Namespace