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