Meta Data Services Programming
Repository ResetOption Method
This method resets an option that supports performance optimization at run time to its default value.
This property is not attached to the default interface for the repository Automation object; it is attached to the IReposOptions interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
variable = object.ResetOption(optionIdentifier, value)
The ResetOption method syntax has the following parts.
Part | Description |
---|---|
object | An expression that evaluates to a Repository session object. |
optionIdentifier | An option expressed as a Variant. You can specify an option name or an option value. For more information about option names and values, see IReposOptions Options Table. |