Assembly: Cubes;
The ICubeLoaderResult interface is used to work with data loading results.
ICubeLoaderResult
To get results after data loading, use the ICubeLoaderFromSource.LoadWithResult method.
Property name | Brief description | |
DuplicatedStrings | The DuplicatedStrings property returns array of duplicate records. | |
NullStrings | The NullStrings property returns array of empty records. | |
Object | The Object property returns the object, to which data is loaded. | |
SkippedStrings | The SkippedStrings property returns array of strings that were skipped on data loading. |
See also: