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


IWorkspaceFactorySchemaCache.EnableAllSchemaCaches Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactorySchemaCache Interface > IWorkspaceFactorySchemaCache.EnableAllSchemaCaches Method
ArcGIS Developer Help

IWorkspaceFactorySchemaCache.EnableAllSchemaCaches Method

Enable the schema caches of all open workspaces.

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

Product Availability

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

See Also

IWorkspaceFactorySchemaCache Interface