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


IWorkspaceFactoryLockControl.EnableSchemaLocking Method (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.EnableSchemaLocking Method
ArcGIS Developer Help

IWorkspaceFactoryLockControl.EnableSchemaLocking Method

All workspaces created and managed by the factory will have schema locking enabled.

[Visual Basic .NET]
Public Sub EnableSchemaLocking ( _
)
[C#]
public void EnableSchemaLocking (
);
[C++]
HRESULT EnableSchemaLocking(
void
);

Product Availability

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

Remarks

The EnableSchemaLocking method is only needed if there is a need to turn schema locking �back on� after having called DisableSchemaLocking.

See Also

IWorkspaceFactoryLockControl Interface