The HsvcDataLoad type library exposes the IHsvLoadExtractOptions and IHsvLoadExtractOption interfaces; these interfaces provide access to data load and extract options. For information on these interfaces, see Load and Extract Option Interfaces.
To set a data load or extract option:
Set an IHsvLoadExtractOption object reference for the option with IHsvLoadExtractOptions.Item.
Set the option’s value with the IHsvLoadExtractOption.CurrentValue property.
The options available for loading data are described in Data Load Options, and the options available for extracting data are described in Data Extract Options. These topics include the valid values for Item and CurrentValue. |