ISCPersistenceUnit::Save Arguments
Here is the signature for the Save function:
VARIANT_BOOL Save(VARIANT Locator, VARIANT Disposition)
The following table contains the valid arguments for the Save function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
Locator [optional] |
VT_BSTR - Full path to a storage location |
Provides a new location for the persistence unit data source as a string with a file or mart item location, along with the attributes required for successful access to storage. |
Locator [optional] |
Empty |
Indicates the use of the original persistence unit location. |
Disposition [optional] |
VT_BSTR - List of keywords parameters |
Specifies changes in access attributes, such as read-only. |
More information about the format of the Locator parameter is located in the Locator Property section.
Copyright © 2025 Quest Software, Inc. |