Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.53 KB

File metadata and controls

39 lines (32 loc) · 1.53 KB
title Levels Collection (ADO MD) | 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
Levels
Hierarchy::Levels
helpviewer_keywords
Levels collection [ADO MD]
ms.assetid fed8684a-b428-4ee4-8f8d-928abe4ad9ad
author MightyPen
ms.author genemi

Levels Collection (ADO MD)

Contains the Level objects that make up a hierarchy.

Remarks

Levels is a standard ADO collection. By using the properties and methods of a collection, you can do the following:

  • Obtain the number of objects in the collection with the Count property.

  • Return an object from the collection with the default Item property.

  • Update the objects in the collection from the provider with the Refresh method.

This section contains the following topic.

See Also

Catalog Example (VB)
Hierarchy Object (ADO MD)
Level Object (ADO MD)