Freigeben über


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

Name Value Description
Value 0

Value reject type format. This is the default.

Percentage 1

Percentage reject type format.

None 255

No reject type. Applicable for GQ and PolyBase external generics tables.

Applies to