Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.19 KB

dropping-a-sql-server-table.md

File metadata and controls

27 lines (22 loc) · 1.19 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Drop SQL Server table (Native Client OLE DB provider)
Drop SQL Server table (Native Client OLE DB provider)
markingmyname
maghan
03/14/2017
sql
native-client
reference
tables [OLE DB]
deleting tables
SQL Server Native Client OLE DB provider, tables
removing tables
dropping tables

Dropping a SQL Server Native Client Table

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

The [!INCLUDEssNoVersion] Native Client OLE DB provider exposes the ITableDefinition::DropTable function to remove a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] table from a database.

Specify the table name as a Unicode character string in the pwszName member of the uName union in the pTableID parameter. The eKind member of pTableID must be DBKIND_NAME.

See Also

Tables and Indexes