Dropping a SQL Server Table

SQLOLEDB exposes the ITableDefinition::DropTable function, allowing consumers to remove a Microsoft® SQL Server™ table from a database.

Consumers 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.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.