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


ISchemaLockInfo.SchemaLockType Property (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 > ISchemaLockInfo.SchemaLockType Property
ArcGIS Developer Help

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