RepositoryObjectVersion ClassName Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObjectVersion ClassName Property

This property specifies the name of a class that defines a repository object. This property is read-only.

This property is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryObject2 interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

string=object.ClassName

The ClassName property syntax has the following parts.

Part Description
string A variable length string that can be a maximum of 255 characters
object An object expression that evaluates to a RepositoryObjectVersion
Remarks

This property can be used to display the name of the class that defines the object. For example, if you create multiple repository object instances of a ClassDef named StoredProcedure, the class name associated with each of these repository objects instance is StoredProcedure.

In Meta Data Browser, ClassName values are included with object property information to provide additional information about an object. For example, the ClassName of Model is Model.

See Also

IRepositoryObject2 Interface

RepositoryObjectVersion ClassType Property

RepositoryObjectVersion Object