IReposOptions Interface

Meta Data Services Programming

Meta Data Services Programming

IReposOptions Interface

This interface exposes methods for getting, setting, or resetting engine options. These options are used to change the default engine behavior and to enable the application to override some of the engine optimizations.

When to use

Use the IReposOptions interface to:

  • Let the application exercise some control over the execution.

  • Change the engine's default parameters.
Methods
IUnknown method Description
QueryInterface Returns pointers to supported interfaces
AddRef Increments the reference count
Release Decrements the reference count

IDispatch method Description
GetIDsOfNames Maps a single member and a set of argument names to a corresponding set of dispatch identifiers
GetTypeInfo Retrieves a type information object, which can be used to get the type information for an interface
GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1)
Invoke Provides access to properties and methods exposed by an Automation object

Method Description
GetOption Retrieves the value of an engine's option
SetOption Sets the value of an engine's option
ResetOptions Resets the engine's options

See Also

IReposOptions Options Table