Description

Whether this McDBRightsOwner has the ability to create, write, and delete McDBType instances.

Property type

A Boolean value.  

Syntax

object.ObjectTypeAdminRight [= value]

The ObjectTypeAdminRight Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBRightsOwner.
valueA Boolean value.

Remarks

ObjectTypeAdminRight

Has Object Type Administration rights

McDBType instances can be secured in secure databases, so that only users with this permission may create, modify, or delete them. Assigning the value of this property requires that the McDBDatabase.LoggedUser have McDBRightsOwner.IsAdministrator rights.

Exceptions

Error Value Description
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRightsOwner.IsAdministrator privileges.
E_UNEXPECTED &H8001FFFF A framework error occurred while attempting to assign this property.