Catalog.RecoverPartitions(String) Method

Definition

Recovers all the partitions in the directory of a table and update the catalog. This only works for partitioned tables and not un-partitioned tables or views.

public void RecoverPartitions (string tableName);
member this.RecoverPartitions : string -> unit
Public Sub RecoverPartitions (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.

Applies to