ISchemaLockInfo Interface

Provides access to members that supply schema lock information.

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.

ISchemaLockInfo.SchemaLockType Property

The schema lock type.

Public ReadOnly Property SchemaLockType As esriSchemaLock
public esriSchemaLock SchemaLockType {get;}

Remarks

The schema lock type can be esriExclusiveSchemaLockor esriSharedSchemaLock.

ISchemaLockInfo.TableName Property

The name of the table with the schema lock.

Public ReadOnly Property TableName As String
public string TableName {get;}

ISchemaLockInfo.UserName Property

The user name who has the schema lock.

Public ReadOnly Property UserName As String
public string UserName {get;}

Classes that implement ISchemaLockInfo

Classes Description

Remarks

The ISchemaLockInfointerface 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 ISchemaLockInfothrough ISchemaLock::GetCurrentSchemaLocksand then by stepping through the returned schema lock enumerator object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.