This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactoryLockControl Interface > IWorkspaceFactoryLockControl.EnableSchemaLocking Method (ArcObjects .NET 10.4 SDK) |
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
);
The EnableSchemaLocking method is only needed if there is a need to turn schema locking �back on� after having called DisableSchemaLocking.