Enum InputDescriptorCloneType
scClone = 0
scCloneAndMakeSpreadsheet = 1
scCloneSubset = 2
scCloneSelect = 3
scCloneSubsetAndSelect = 4
scCloneVirtual = 5
End Enum
|
- scClone: Clone DataSource as is.
- scCloneAndMakeSpreadsheet: If DataSource is a Mapped Subset or In Place DB, copy into a real Spreadsheet.
- scCloneSubset: Copy DataSource into a real spreadsheet, taking only variables in use.
- scCloneSelect: Copy DataSource into a real spreadsheet, keeping all vars and taking only cases selected by the selection conditions.
- scCloneSubsetAndSelect: Copy DataSource into a real spreadsheet, keeping only those vars in use and taking only cases selected by the selection conditions.
- scCloneVirtual: Clone DataSource as a virtual view of the original or supplied DataSource.
|