Name Property (ADO MD)

The Name property indicates the name of an object.

Return Values

Name 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").