IMutableDatabasePermission Interface
Represents a mutable SQL Server database permission.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DatabasePrincipal | Gets the IDatabasePrincipal object that has the permission.(Inherited from IDatabasePermission.) |
![]() | Grantor | Gets the database principal who granted or denied access to the target object.(Inherited from IDatabasePermission.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | PermissionState | Gets or sets the permission state. |
![]() | PermissionType | Gets the type of permission.(Inherited from IDatabasePermission.) |
![]() | TargetObject | Gets the target object of the permission.(Inherited from IDatabasePermission.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

