Catalog.UncacheTable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified table from the in-memory cache.
public void UncacheTable (string tableName);
member this.UncacheTable : string -> unit
Public Sub UncacheTable (tableName As String)
Parameters
- tableName
- String
Is either a qualified or unqualified name that designates a table. If no database identifier is provided, it refers to a table in the current database.
To cache a table use `CacheTable(tableName)`.