The DataLoadReport type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Error | A fatal error. | |
Notice | A harmless change from the original data set, such as a renamed column. | |
Section | A report section header. | |
Warning | A non-fatal error, such as an operation failure, or a column becoming invalid. |
Properties
Name | Description | |
---|---|---|
Errors | Gets a readonly list of all messages at the "Error" level. | |
Items | Gets a readonly list of all items in the report. | |
Messages | Gets a readonly list of all messages in the report. | |
Notices | Gets a readonly list of all messages at the "Notice" level. | |
Sections | Gets a readonly list of all report section headers. | |
Warnings | Gets a readonly list of all messages at the "Warning" level. |
See Also