Name Property (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

Name Property

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

See Also

Visual Basic Example

Caption Property | Description Property | UniqueName Property

Applies To: Axis Object | Catalog Object | CubeDef Object | Dimension Object | Hierarchy Object | Level Object | Member Object

© 1998-2003 Microsoft Corporation. All rights reserved.