OlapLockTypes

Enumerates values for the LockType parameter of the LockObject method. For more information about objects and interfaces to which this method applies, see the LockObject entries in Methods Cross-Reference. For more information about the LockObject method, see MDStore Interface

LockType Description
olapLockExtendedRead The object’s properties can be read by other applications, but cannot be changed or processed.
olapLockProcess The object’s Process method can be initiated, and other applications can only read the object's properties until the lock is released.
olapLockRead The properties of the object can be read from the repository and cannot be changed by another application until the lock is released.
olapLockWrite The properties of the object can be modified in the repository using the Update method, and are not available to other applications for any use until the lock is released.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.