Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
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. |