This document is archived and information here might be outdated.  Recommended version.


ISchemaLockInfo Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISchemaLockInfo Interface

Provides access to members that supply schema lock information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property SchemaLockType The schema lock type.
Read-only property TableName The name of the table with the schema lock.
Read-only property 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

.NET Related Topics

Using schema locks