Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.94 KB

File metadata and controls

49 lines (42 loc) · 1.94 KB
title Append Method (ADOX Tables) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Tables::Append
Tables::raw_Append
helpviewer_keywords
Append method [ADOX]
ms.assetid a362ed51-314c-4783-9598-538dbf755f3d
author MightyPen
ms.author genemi

Append Method (ADOX Tables)

Adds a new Table object to the Tables collection.

Syntax

  
Tables.Append Table  

Parameters

Table
A Variant value that contains a reference to the Table to append or the name of the table to create and append.

Remarks

An error will occur if the provider does not support creating tables.

Applies To

Tables Collection (ADOX)

See Also

Columns and Tables Append Methods, Name Property Example (VB)
ParentCatalog Property Example (VB)
Append Method (ADOX Columns)
Append Method (ADOX Groups)
Append Method (ADOX Indexes)
Append Method (ADOX Keys)
Append Method (ADOX Procedures)
Append Method (ADOX Users)
Append Method (ADOX Views)