Description

Whether this McDBRightsOwner can administrate database Security.

Property type

A Boolean value.  

Syntax

object.IsAdministrator [= value]

The IsAdministrator Property syntax has these parts:

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

Remarks

IsAdministrator

Has Security Administration rights

A McDBRightsOwner objects is allowed to administrate Security (i.e. create, modify, and delete McDBUser, McDBGroup, and McDBRights objects). Assigning the value of this property requires that the McDBDatabase.LoggedUser have this right.

Exceptions

Error Value Description
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRightsOwner.IsAdministrator privileges.