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 VALUE (default) or PERCENTAGE.
public enum ExternalTableRejectType
type ExternalTableRejectType =
Public Enum ExternalTableRejectType
- Inheritance
-
ExternalTableRejectType
Fields
Name | Value | Description |
---|---|---|
Value | 0 | Value reject type format. This is the default. |
Percentage | 1 | Percentage reject type format. |