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


ISchemaLockInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISchemaLockInfo Interface
ArcGIS Developer Help

ISchemaLockInfo Interface

Provides access to members that supply schema lock information.

Product Availability

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

Members

Name 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.

Classes that implement ISchemaLockInfo

Classes Description

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