הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Definition
Specifies the expected action for missing values in a row that contains columns less than expected.
Allowed values
| Name | Value | Description |
|---|---|---|
| MissingField.Error | 0 | Indicates that missing fields should result in an error. (This is the default value.) |
| MissingField.Ignore | 1 | Indicates that missing fields should be ignored. |
| MissingField.UseNull | 2 | Indicates that missing fields should be included as null values. |