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


IWorkspaceFactoryLockControl.SchemaLockingEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactoryLockControl Interface > IWorkspaceFactoryLockControl.SchemaLockingEnabled Property
ArcGIS Developer Help

IWorkspaceFactoryLockControl.SchemaLockingEnabled Property

Returns true if this factory has schema locking enabled.

[Visual Basic .NET]
Public ReadOnly Property SchemaLockingEnabled As Boolean
[C#]
public bool SchemaLockingEnabled {get;}
[C++]
HRESULT get_SchemaLockingEnabled(
  Boolean* isSchemaLockingEnabled
);
[C++]
Parameters
isSchemaLockingEnabled [out, retval]

isSchemaLockingEnabled is a parameter of type bool*

Product Availability

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

Remarks

The read-only SchemaLockingEnabled property allows a caller to determine if the factory currently has schema locking enabled or disabled.

See Also

IWorkspaceFactoryLockControl Interface