ExternalTableRejectType Enum

Definition

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.

Applies to