Item

Returns object references to instances of the IHsvLoadExtractOption interface. In other words, this property provides access to the available load or extract options.

Item takes a Variant parameter that specifies the load or extract option that you want to use. You can pass the following types of information as Item’s parameter:

For example, the Year extract option for the HsvcDataLoad object is identified by the constant HSV_DATAEXTRACT_OPT_YEAR_SUBSET, the name Year, and the option ID number 8. This means that all of the following calls to Item have the same result:

  Set cOpt = cOptions.Item _ 
  (HSV_DATAEXTRACT_OPT_YEAR_SUBSET)
  Set cOpt = cOptions.Item("Year")
  Set cOpt = cOptions.Item(8)

For details on Item’s valid parameters, see the following topics:

Data Type

IHsvLoadExtractOption interface.

Example

Item is used in several examples, including the following: