ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* isSchemaLockingEnabled
);
[C++]

Parameters

isSchemaLockingEnabled [out, retval]   isSchemaLockingEnabled is a parameter of type VARIANT_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