DisableSharedCache Method
In This Topic
Disables the sharing of the database cache and schema data structures between connections to the same database.
Syntax
'Declaration
Public Shared Sub DisableSharedCache()
public static void DisableSharedCache()
See Also