Provides access to members that supply schema lock information.
Members
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. |
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.