Provides access to members that supply schema lock information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
Remarks
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.
See Also
ISchemaLock Interface | IEnumSchemaLockInfo Interface | IDataset Interface