Granted Property (SQL-DMO)

The Granted property reports the access right of a user or login to the object referenced by the Permission object.

Applies To

Permission Object

Syntax

object.Granted

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

If True, the access privilege has been granted.

If False, the access privilege has been denied.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetGranted(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.