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


IWorkspaceFactoryLockControl.EnableSchemaLocking Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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