ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactorySchemaCache.EnableSchemaCache Method

Enable the schema cache for a specific workspace.

[Visual Basic .NET]
Public Sub EnableSchemaCache ( _
    ByVal Workspace As IWorkspace _
)
[C#]
public void EnableSchemaCache (
    IWorkspace Workspace
);
[C++]
HRESULT EnableSchemaCache(
  IWorkspace* Workspace
);
[C++]

Parameters

Workspace [in]

  Workspace is a parameter of type IWorkspace

Product Availability

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

Description

The EnableSchemaCache method will enable the schema cache for one workspace.

See Also

IWorkspaceFactorySchemaCache Interface