ExternalTableRejectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The enumeration specifies the external table reject types
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalTableRejectTypeConverter))]
public enum ExternalTableRejectType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalTableRejectTypeConverter))>]
type ExternalTableRejectType =
Public Enum ExternalTableRejectType
- Inheritance
-
ExternalTableRejectType
- Attributes
Fields
None | 255 | No reject type. Applicable for GQ and PolyBase external generics tables. |
Percentage | 1 | Percentage reject type format. |
Value | 0 | Value reject type format. This is the default. |