LockObject

The LockObject method of the Dimension interface locks a dimension to prevent actions of multiple users of the dimension from colliding.

Applies To

clsDatabaseDimension

 

Syntax

object.LockObject(LockType, LockDescription)

object
The object to lock.
LockType
One of the enumerated constants of the OlapLockTypes enumeration.
LockDescription
A string containing the description of the lock, available to other applications attempting to obtain a lock.
Remarks

For a complete discussion of object locking, see the LockObject method in MDStore Interface

See Also
About Decision Support Objects Using Decision Support Objects
UnlockObject Methods Cross-Reference

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