RepositoryObject ClassType Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObject ClassType Property

This property specifies the type of a class as defined by its object identifier. 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

Set variable = object.ClassType

The ClassType property syntax has the following parts.

Part Description
variable An object expression that evaluates to a ClassDef object
object An object expression that evaluates to a RepositoryObject
Remarks

This property can be used to retrieve the abstract class in the information model that defines the object instance. For example, if you create multiple repository object instances of a ClassDef named StoredProcedure that has an object identifier of StoredProc_objid, the class type associated with each of these repository object instances is StoredProc_objid.

See Also

IRepositoryObject2 Interface

Repository Identifiers

RepositoryObject ClassName Property

RepositoryObject Object

Using Meta Data Browser