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


ISchemaLockInfo.SchemaLockType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISchemaLockInfo.SchemaLockType Property

The schema lock type.

[Visual Basic .NET]
Public ReadOnly Property SchemaLockType As esriSchemaLock
[C#]
public esriSchemaLock SchemaLockType {get;}
[C++]
HRESULT get_SchemaLockType(
  esriSchemaLock* SchemaLockType
);
[C++]

Parameters SchemaLockType [out, retval]
SchemaLockType is a parameter of type esriSchemaLock

Product Availability

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

Remarks

The schema lock type can be esriExclusiveSchemaLock or esriSharedSchemaLock.

See Also

ISchemaLockInfo Interface

.NET Related Topics

Using schema locks