Język

IObjectPermission Members

The IObjectPermission class represents the interface used to set object permissions.

The following tables list the members exposed by the IObjectPermission type.

Public Methods

  Name Description
ms219779.pubmethod(pl-pl,SQL.100).gif Deny Overloaded. Denies access to the specified permission for the specified grantees on the SMO object.
ms219779.pubmethod(pl-pl,SQL.100).gif EnumObjectPermissions Overloaded. Enumerates a list of object permissions for the SMO object.
ms219779.pubmethod(pl-pl,SQL.100).gif Grant Overloaded. Grants access to the specified permission for the specified grantees on the SMO object.
ms219779.pubmethod(pl-pl,SQL.100).gif Revoke Overloaded. Revokes previously granted permissions from a grantee or grantees on the SMO object.

Top