Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.68 KB

name-property-ado-md.md

File metadata and controls

54 lines (49 loc) · 1.68 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
Name Property (ADO MD)
Name Property (ADO MD)
rothja
jroth
01/19/2017
sql
ado
reference
Level::Name
CubeDef::Name
Member::Name
Catalog::Name
Dimension::Name
Name
Axis::Name
Hierarchy::Name
Name property [ADO MD]
COM

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

:::row::: :::column::: Axis Object (ADO MD)
Catalog Object (ADO MD)
CubeDef Object (ADO MD)
:::column-end::: :::column::: Dimension Object (ADO MD)
Hierarchy Object (ADO MD)
:::column-end::: :::column::: Level Object (ADO MD)
Member Object (ADO MD)
:::column-end::: :::row-end:::

See Also

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