--- title: "Views Collection (ADOX) | 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: - "Catalog::Views" - "Views" helpviewer_keywords: - "Views collection [ADOX]" ms.assetid: a55d380c-2b7b-4b57-af74-8ba0b3de0db9 author: MightyPen ms.author: genemi --- # Views Collection (ADOX) Contains all [View](../../../ado/reference/adox-api/view-object-adox.md) objects of a catalog. ## Remarks The [Append](../../../ado/reference/adox-api/append-method-adox-views.md) method for a **Views** collection is unique for ADOX. You can: - Add a new view to the collection with the **Append** method. The remaining properties and methods are standard to ADO collections. You can: - Access a view in the collection with the [Item](../../../ado/reference/ado-api/item-property-ado.md) property. - Return the number of views contained in the collection with the [Count](../../../ado/reference/ado-api/count-property-ado.md) property. - Remove a view from the collection with the [Delete](../../../ado/reference/adox-api/delete-method-adox-collections.md) method. - Update the objects in the collection to reflect the current database schema with the [Refresh](../../../ado/reference/ado-api/refresh-method-ado.md) method. This section contains the following topic. - [Views Collection Properties, Methods, and Events](../../../ado/reference/adox-api/views-collection-properties-methods-and-events.md) ## See Also [Views and Fields Collections Example (VB)](../../../ado/reference/adox-api/views-and-fields-collections-example-vb.md) [Views Append Method Example (VB)](../../../ado/reference/adox-api/views-append-method-example-vb.md) [Views Collection, CommandText Property Example (VB)](../../../ado/reference/adox-api/views-collection-commandtext-property-example-vb.md) [Views Delete Method Example (VB)](../../../ado/reference/adox-api/views-delete-method-example-vb.md) [Views Refresh Method Example (VB)](../../../ado/reference/adox-api/views-refresh-method-example-vb.md) [Catalog Object (ADOX)](../../../ado/reference/adox-api/catalog-object-adox.md) [View Object (ADOX)](../../../ado/reference/adox-api/view-object-adox.md)