Methods for getting information about locks in a database.
Members
| Name | Description | |
|---|---|---|
![]()  | 
AllLocks | All the locks in the database. | 
IDatabaseLocksInfo.AllLocks Property
All the locks in the database.
Public ReadOnly Property AllLocks As IEnumDatabaseLockInfo
public IEnumDatabaseLockInfo AllLocks {get;}
Classes that implement IDatabaseLocksInfo
| Classes | Description | 
|---|
Remarks
Returns an enumeration of IDatabaseLockInfo objects for the workspace. The user must be a Geodatabase administrator to view all of the locks in a workspace. If the user is not a Geodatabase administrator the interface will return an error FDO_E_NO_PERMISSIONS.
