This document is archived and information here might be outdated. Recommended version. |
Provides access to members that supply schema lock information.
Name | Description | |
---|---|---|
SchemaLockType | The schema lock type. | |
TableName | The name of the table with the schema lock. | |
UserName | The user name who has the schema lock. |
Classes | Description |
---|
The ISchemaLockInfo interface provides information about a schema lock, for example whether it is shared or exclusive and, for ArcSDE geodatabases, the name of the user who has the lock. You can access ISchemaLockInfo through ISchemaLock::GetCurrentSchemaLocks and then by stepping through the returned schema lock enumerator object.
ISchemaLock Interface | IEnumSchemaLockInfo Interface | IDataset Interface