다음을 통해 공유


PermissionInfo Members

The PermissionInfo class represents information regarding granted or denied privileges.

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

Public Properties

(see also Protected Properties )

  이름 Description
ms219982.pubproperty(ko-kr,SQL.90).gif ColumnName Gets the name of the column that has permissions granted or denied.
ms219982.pubproperty(ko-kr,SQL.90).gif Grantee Gets the name of the database user, logon, or database role who has been granted or denied access to the object.
ms219982.pubproperty(ko-kr,SQL.90).gif GranteeType Gets the type of grantee.
ms219982.pubproperty(ko-kr,SQL.90).gif Grantor Gets the name of the database user, logon, or database role who granted or denied access to the object.
ms219982.pubproperty(ko-kr,SQL.90).gif GrantorType Gets the type of grantor.
ms219982.pubproperty(ko-kr,SQL.90).gif ObjectClass Gets the object class for the object to which permissions have been granted or denied.
ms219982.pubproperty(ko-kr,SQL.90).gif ObjectID Gets the ID value that uniquely identifies the object to which the permission applies.
ms219982.pubproperty(ko-kr,SQL.90).gif ObjectName Gets the name of the object to which the permission applies.
ms219982.pubproperty(ko-kr,SQL.90).gif ObjectSchema Gets the schema of the object to which the permission applies.
ms219982.pubproperty(ko-kr,SQL.90).gif PermissionState Gets the permission state of the object to which the permission applies, such as whether the permission is granted, denied, granted with grant, or revoked.

위쪽

Protected Properties

  이름 Description
ms219982.protproperty(ko-kr,SQL.90).gif PermissionTypeInternal  

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms219982.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219982.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms219982.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms219982.pubmethod(ko-kr,SQL.90).gifms219982.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219982.pubmethod(ko-kr,SQL.90).gif ToString Overridden. Returns the object as a String value.

위쪽

Protected Methods

  이름 Description
ms219982.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms219982.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

PermissionInfo Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Granting, Revoking, and Denying Permissions
사용 권한
sys.syspermissions(Transact-SQL)