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

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

See Also

Reference

Teradata.Client.Provider Namespace