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



Teradata.Client.Provider Namespace : FileType Enumeration
The File Types that are supported by the Teradata Database 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
IncludeThe file is an include file.
NotSuppliedThe file type was not supplied.
ObjectThe file is an object file.
SourceThe file contains the source of the function.
UnknownThe file could not be determined.
Inheritance Hierarchy

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

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