Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1.99 KB

File metadata and controls

47 lines (42 loc) · 1.99 KB
title Name Property (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
Level::Name
CubeDef::Name
Member::Name
Catalog::Name
Dimension::Name
Name
Axis::Name
Hierarchy::Name
helpviewer_keywords
Name property [ADO MD]
ms.assetid 4a04380b-51dc-4aaf-8d25-123cdd589641
author MightyPen
ms.author genemi

Name Property (ADO MD)

Indicates the name of an object.

Return Values

Returns a String and is read-only.

Remarks

You can retrieve the Name property of an object by an ordinal reference, after which you can refer to the object directly by name. For example, if cdf.CubeDefs(0).Name yields "Bobs Video Store", you can refer to this CubeDef as cdf.CubeDefs("Bobs Video Store").

Applies To

Axis Object (ADO MD) Catalog Object (ADO MD) CubeDef Object (ADO MD)
Dimension Object (ADO MD) Hierarchy Object (ADO MD) Level Object (ADO MD)
Member Object (ADO MD)

See Also

Catalog Example (VB)
Caption Property (ADO MD)
Description Property (ADO MD)
UniqueName Property (ADO MD)