This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISchemaLockInfo Interface > ISchemaLockInfo.SchemaLockType Property (ArcObjects .NET 10.4 SDK) |
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
The schema lock type can be esriExclusiveSchemaLock or esriSharedSchemaLock.